X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=avr-makefile.inc;h=bb39deb0d0c9abcceabd916537c232a248d39701;hb=45ad29acafe8ee17f7b1bd5b933a0e04cd51c94e;hp=9b6ea710e11dd1f3a3ce5ea259c1f595341b6732;hpb=4f50c75ee5a6cc88bf7ea71957ed509e298e6c25;p=avr-crypto-lib.git diff --git a/avr-makefile.inc b/avr-makefile.inc index 9b6ea71..bb39deb 100644 --- a/avr-makefile.inc +++ b/avr-makefile.inc @@ -1,6 +1,6 @@ MCU_TARGET = atmega644 -OPTIMIZE = -Os +OPTIMIZE = -Os # -Os PROGRAMMER = avr911 DEFS = -D$(call uc, $(MCU_TARGET)) FLASHCMD = avrdude -p $(MCU_TARGET) -P /dev/ttyUSB0 -c $(PROGRAMMER) -U flash:w:# no space at the end