Updated Makefile.nx with latest changes from examples Makefile.
This commit is contained in:
parent
3298bdaaf7
commit
e843cc598f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user