forgot to update these

This commit is contained in:
BernardoGiordano 2019-05-24 22:32:33 +02:00
parent fae3582409
commit ee19c30a03
5 changed files with 6 additions and 6 deletions

View file

@ -54,7 +54,7 @@ CHEATS := cheats
#---------------------------------------------------------------------------------
# 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 -Wextra -O3 -ffunction-sections -flto \
-Wno-write-strings -Wno-unused-value -fomit-frame-pointer \