summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2018-11-29 02:34:43 +0100
committerChristian Pointner <equinox@spreadspace.org>2018-11-29 02:34:43 +0100
commit1d819db348caaed63b9b308a7154fa8b77fe3cdc (patch)
tree6ecffa476b9b27a0c19700085013926f612e8607
parentradiohead with crypto support (diff)
remove -fpack-struct since this does nothing on AVR anyway (8bit platform)
-rw-r--r--defines.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/defines.mk b/defines.mk
index cec3dd5..3cb82db 100644
--- a/defines.mk
+++ b/defines.mk
@@ -285,7 +285,6 @@ COMMON += -funsigned-char
COMMON += -funsigned-bitfields
COMMON += -fdata-sections
COMMON += -ffunction-sections
-COMMON += -fpack-struct
COMMON += -fshort-enums
COMMON += -Wall
COMMON += -I$(LIB_DIR)