Boolean flags moved into one register

Size optimization enabled
This commit is contained in:
2015-09-18 18:09:59 +02:00
committed by Stefan Kalscheuer
parent 2636181f06
commit 0cb9050e57
3 changed files with 53 additions and 55 deletions

View File

@ -36,7 +36,7 @@ AVRDUDE = avrdude
REMOVE = rm -f
# Some C flags
CFLAGS = -Wall -O3
CFLAGS = -Wall -Os
help:
@echo