This commit is contained in:
Yifan Lu 2016-12-24 12:37:49 +00:00 committed by GitHub
commit e4128f3d42

View File

@ -43,9 +43,9 @@ INCLUDES := include
#---------------------------------------------------------------------------------
ARCH := -march=armv6k -mtune=mpcore -mfloat-abi=hard -mtp=soft
CFLAGS := -g -Wall -Werror -O2 -mword-relocations \
-ffunction-sections -fno-strict-aliasing \
-fomit-frame-pointer \
CFLAGS := -g -Wall -Werror -Os -mword-relocations \
-flto -ffunction-sections -fdata-sections \
-fno-strict-aliasing -fomit-frame-pointer \
$(ARCH)
CFLAGS += $(INCLUDE) -DARM11 -D_3DS