Add the GCC -fno-split-wide-types compile time option to some of the larger user projects to reduce the compiled application size.
This commit is contained in:
parent
9ea22ebf41
commit
7932ce86bd
3 changed files with 3 additions and 0 deletions
|
@ -260,6 +260,7 @@ CFLAGS += -fno-inline-small-functions
|
|||
CFLAGS += -fpack-struct
|
||||
CFLAGS += -fshort-enums
|
||||
CFLAGS += -fno-strict-aliasing
|
||||
CFLAGS += -fno-split-wide-types
|
||||
CFLAGS += -Wall
|
||||
CFLAGS += -Wstrict-prototypes
|
||||
#CFLAGS += -mshort-calls
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue