]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - avr-makefile.inc
verification seems to work now...
[avr-crypto-lib.git] / avr-makefile.inc
index 9b6ea710e11dd1f3a3ce5ea259c1f595341b6732..bb39deb0d0c9abcceabd916537c232a248d39701 100644 (file)
@@ -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