From e843cc598f1e92b6ef488c233ed3762836ca7a6d Mon Sep 17 00:00:00 2001 From: yellows8 Date: Wed, 21 Feb 2018 12:12:47 -0500 Subject: [PATCH] Updated Makefile.nx with latest changes from examples Makefile. --- Makefile.nx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.nx b/Makefile.nx index c765b15..308208e 100644 --- a/Makefile.nx +++ b/Makefile.nx @@ -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