Use fLTO to reduce the binary size

This commit is contained in:
Aurora
2016-04-11 15:53:59 +02:00
parent 160bc36ae8
commit c7b90f739f
4 changed files with 5 additions and 5 deletions

View File

@@ -29,7 +29,7 @@ SOURCES := source
#---------------------------------------------------------------------------------
ARCH := -mthumb -mthumb-interwork
CFLAGS := -g -Wall -O2\
CFLAGS := -g -Wall -O2 -flto\
-mcpu=mpcore -mlittle-endian\
-ffast-math -Wno-main -std=c99\
$(ARCH)