diff options
Diffstat (limited to 'Projects/Magstripe/makefile')
-rw-r--r-- | Projects/Magstripe/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Projects/Magstripe/makefile b/Projects/Magstripe/makefile index 474a827a5..95d6d9989 100644 --- a/Projects/Magstripe/makefile +++ b/Projects/Magstripe/makefile @@ -227,10 +227,10 @@ CFLAGS += $(CDEFS) CFLAGS += -O$(OPT) CFLAGS += -funsigned-char CFLAGS += -funsigned-bitfields +CFLAGS += -fno-inline-small-functions CFLAGS += -fpack-struct CFLAGS += -fshort-enums CFLAGS += -ffunction-sections -CFLAGS += -finline-limit=20 CFLAGS += -Wall CFLAGS += -Wstrict-prototypes CFLAGS += -Wundef |