Commit mthomas changes to GCC and port those changes to IAR
[avr_bc100.git] / BaseTinyFirmware / GCC / avr458 / Makefile
index c2d1462e600dd9cc3cb6bdc05cac0465160bf532..844d3dbe9fff90082487d46fde6043fca7ed74e9 100644 (file)
@@ -15,6 +15,7 @@ COMMON = -mmcu=$(MCU)
 CFLAGS = $(COMMON)\r
 CFLAGS += -gdwarf-2 -std=gnu99 -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums\r
 CFLAGS += -Wall -Wstrict-prototypes -Wundef -Wa,-adhlns=./$(*F).lst\r
+CFLAGS += -fno-inline-small-functions -fno-split-wide-types\r
 CFLAGS += -MMD -MP -MF dep/$(@F).d  \r
 CFLAGS += -DLIION\r
 \r