-O2 in new avr-gcc makes too big a bootloader to fit on 328(and 328p)

This commit is contained in:
Martyn Ranyard 2012-11-02 19:35:20 +00:00 committed by Cristian Maglie
parent 8416a2c0ca
commit 10da8ab42f
1 changed files with 1 additions and 1 deletions

2
bootloaders/atmega/Makefile Normal file → Executable file
View File

@ -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 =