1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-01-30 19:52:13 +01:00

-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 8f5ca0a943
commit 3831c9c519

2
hardware/arduino/avr/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 OBJ = $(PROGRAM).o
OPTIMIZE = -O2 OPTIMIZE = -Os
DEFS = DEFS =
LIBS = LIBS =