From 1d819db348caaed63b9b308a7154fa8b77fe3cdc Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 29 Nov 2018 02:34:43 +0100 Subject: remove -fpack-struct since this does nothing on AVR anyway (8bit platform) --- defines.mk | 1 - 1 file changed, 1 deletion(-) 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) -- cgit v1.2.3