Commit mthomas changes to GCC and port those changes to IAR
[avr_bc100.git] / BaseTinyFirmware / GCC / avr463 / Makefile
index c2c00b08049f49e47896cbf5e25634144dca7adf..53aebb18583967fcb3b80b22fe903a03126b216e 100644 (file)
@@ -14,6 +14,7 @@ COMMON = -mmcu=$(MCU)
 ## Compile options common for all C compilation units.\r
 CFLAGS = $(COMMON)\r
 CFLAGS += -gdwarf-2 -std=gnu99 -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -ffunction-sections\r
+CFLAGS += -fno-inline-small-functions -fno-split-wide-types\r
 CFLAGS += -Wall -Wstrict-prototypes -Wundef -Wa,-adhlns=./$(*F).lst\r
 CFLAGS += -MMD -MP -MF dep/$(@F).d  \r
 CFLAGS += -DNIMH\r