Enable compile optimization flags for lib

This commit is contained in:
Rihards Skuja 2018-01-20 23:42:07 +02:00
parent 49f738ace7
commit dcca42d597
No known key found for this signature in database
GPG Key ID: 53FA13A3F7F8571B

View File

@ -27,7 +27,7 @@ CFLAGS += -std=gnu99
CFLAGS += -DF_CPU=16000000L -D__AVR__ -D__AVR_ATmega328P__
## Tuning
# CFLAGS += -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums
CFLAGS += -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums
# Debugging format.
# Native formats for AVR-GCC's -g are stabs [default], or dwarf-2.