Fix optiboot, so it compiles on newer versions of avr-gcc

This commit is contained in:
Kristian Sloth Lauszus 2017-11-09 14:58:58 +01:00
parent da82c38490
commit 74edfd7933
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ STK500-2 = $(STK500) -d$(MCU_TARGET) -ms -q -lCF -LCF -cUSB -I200kHz -s -wt
OBJ = $(PROGRAM).o
OPTIMIZE = -Os -fno-inline-small-functions -fno-split-wide-types -mshort-calls
OPTIMIZE = -Os -fno-split-wide-types -mrelax
DEFS =
LIBS =