Updated Makefile.nx with latest changes from examples Makefile.

This commit is contained in:
yellows8 2018-02-21 12:12:47 -05:00
parent 3298bdaaf7
commit e843cc598f

View File

@ -41,8 +41,7 @@ EXEFS_SRC := exefs_src
#---------------------------------------------------------------------------------
ARCH := -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE
CFLAGS := -g -Wall -O2 \
-ffast-math \
CFLAGS := -g -Wall -O2 -ffunction-sections \
$(ARCH) $(DEFINES)
CFLAGS += $(INCLUDE) -DSWITCH