diff options
-rwxr-xr-x[-rw-r--r--] | bootloaders/atmega/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootloaders/atmega/Makefile b/bootloaders/atmega/Makefile index 36a3b6b..52e486b 100644..100755 --- a/bootloaders/atmega/Makefile +++ b/bootloaders/atmega/Makefile @@ -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 = |