Enable compile optimization flags for lib
This commit is contained in:
parent
49f738ace7
commit
dcca42d597
@ -27,7 +27,7 @@ CFLAGS += -std=gnu99
|
|||||||
CFLAGS += -DF_CPU=16000000L -D__AVR__ -D__AVR_ATmega328P__
|
CFLAGS += -DF_CPU=16000000L -D__AVR__ -D__AVR_ATmega328P__
|
||||||
|
|
||||||
## Tuning
|
## Tuning
|
||||||
# CFLAGS += -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums
|
CFLAGS += -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums
|
||||||
|
|
||||||
# Debugging format.
|
# Debugging format.
|
||||||
# Native formats for AVR-GCC's -g are stabs [default], or dwarf-2.
|
# Native formats for AVR-GCC's -g are stabs [default], or dwarf-2.
|
||||||
|
Loading…
Reference in New Issue
Block a user