mirror of
https://github.com/wiiu-env/libfat.git
synced 2024-11-21 17:39:17 +01:00
Add dead code elimination options
This commit is contained in:
parent
9e2f91dee6
commit
78ca2bd297
@ -26,7 +26,8 @@ LIB := $(TOPDIR)/nds/lib
|
||||
#---------------------------------------------------------------------------------
|
||||
ARCH := -mthumb -mthumb-interwork
|
||||
|
||||
CFLAGS := -g -Wall -O2\
|
||||
CFLAGS := -g -Wall -O2 \
|
||||
-ffunction-sections -fdata-sections \
|
||||
-march=armv5te -mtune=arm946e-s -fomit-frame-pointer\
|
||||
-ffast-math \
|
||||
$(ARCH)
|
||||
|
Loading…
Reference in New Issue
Block a user