From 06eff9318914a38277fcb945ef63f5c38be0cee2 Mon Sep 17 00:00:00 2001 From: jonyluke Date: Sun, 7 Apr 2019 15:39:36 +0200 Subject: [PATCH] Update Makefile --- audio/sdl2-audio/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/sdl2-audio/Makefile b/audio/sdl2-audio/Makefile index 07b6859..0ff3052 100644 --- a/audio/sdl2-audio/Makefile +++ b/audio/sdl2-audio/Makefile @@ -47,7 +47,7 @@ INCLUDES := include #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- -ARCH := -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE +ARCH := -march=armv8-a+crc+crypto -mtune=cortex-a57 -mtp=soft -fPIE CFLAGS := -g -Wall -O2 -ffunction-sections \ $(ARCH) $(DEFINES)