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:
parent
8f5ca0a943
commit
3831c9c519
2
hardware/arduino/avr/bootloaders/atmega/Makefile
Normal file → Executable file
2
hardware/arduino/avr/bootloaders/atmega/Makefile
Normal file → Executable 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 =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user