Makefile-ARM: disable Link Time Optimisation (-flto).
LTO makes generated assembly unreadable and also produces, despite its intention, bigger binaries, currently by 90 bytes.
This commit is contained in:
parent
1a2973a2de
commit
6b6aa84124
|
|
@ -122,7 +122,7 @@ endif
|
|||
CFLAGS += -Wall
|
||||
CFLAGS += -Wstrict-prototypes
|
||||
CFLAGS += -Os
|
||||
CFLAGS += -flto
|
||||
#CFLAGS += -flto
|
||||
CFLAGS += -ffunction-sections
|
||||
CFLAGS += -fdata-sections
|
||||
#CFLAGS += -dM -E # To list all predefined macros into the .o file.
|
||||
|
|
|
|||
Loading…
Reference in New Issue