mirror of
https://github.com/wiiu-env/libfat.git
synced 2024-11-22 01:49:17 +01:00
Add dead code elimination options
This commit is contained in:
parent
9e2f91dee6
commit
78ca2bd297
@ -27,6 +27,7 @@ LIB := $(TOPDIR)/nds/lib
|
||||
ARCH := -mthumb -mthumb-interwork
|
||||
|
||||
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