-O2 in new avr-gcc makes too big a bootloader to fit on 328(and 328p)
This commit is contained in:
parent
a6ef9d48d1
commit
b8b1075dd0
|
@ -48,7 +48,7 @@ STK500-2 = $(STK500) -d$(MCU_TARGET) -ms -q -lCF -LCF -cUSB -I200kHz -s -wt
|
|||
|
||||
|
||||
OBJ = $(PROGRAM).o
|
||||
OPTIMIZE = -O2
|
||||
OPTIMIZE = -Os
|
||||
|
||||
DEFS =
|
||||
LIBS =
|
||||
|
|
Loading…
Reference in New Issue