Switched to size optimization

This commit is contained in:
Stefan Kalscheuer 2018-02-09 20:10:59 +01:00
parent 100eb00e75
commit 4ca0582ff3

View File

@ -24,7 +24,7 @@ MCU = attiny26
SRC = main.c
# Some C flags
CFLAGS = -Wall -Wextra -O3
CFLAGS = -Wall -Wextra -Os
help:
@echo