master
Stefan Dorn 2016-06-12 03:41:15 +01:00
parent 44d2566936
commit cf032d1395
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
CFLAGS := -mmcu=atmega32u4 # processor type (teensy 2.0); must match real life
CFLAGS += -DF_CPU=16000000 # processor frequency; must match initialization in source
CFLAGS += -std=gnu99 # use C99 plus GCC extensions
CFLAGS += -Os # optimize for size
CFLAGS += -Os -flto # optimize for size
CFLAGS += -Wall -Werror # enable lots of common warnings
CFLAGS += -fpack-struct # pack all structure members together without holes
CFLAGS += -fshort-enums # allocate compact enums