mirror of
https://github.com/BernardoGiordano/Checkpoint
synced 2024-11-14 21:57:13 +00:00
forgot to update these
This commit is contained in:
parent
fae3582409
commit
ee19c30a03
5 changed files with 6 additions and 6 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue