Updated Makefile.nx with the latest change from switch-examples.

This commit is contained in:
yellows8 2018-02-11 19:42:26 -05:00
parent 87e87b1be6
commit 3508cdc45b

View File

@ -39,7 +39,7 @@ EXEFS_SRC := exefs_src
#---------------------------------------------------------------------------------
# options for code generation
#---------------------------------------------------------------------------------
ARCH := -march=armv8-a -mtp=soft -fPIE
ARCH := -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE
CFLAGS := -g -Wall -O2 \
-ffast-math \