aboutsummaryrefslogtreecommitdiff
path: root/Projects/XPLAINBridge
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2011-07-06 02:10:01 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2011-07-06 02:10:01 +0000
commit2aff3d148fb12644214b51c6839744f4044cf1f5 (patch)
treede6aa4cad9d752d4e6b019d3864fb4e81dacba76 /Projects/XPLAINBridge
parent8be55c6d08c8e192cdf62310f74bcf559db34ed0 (diff)
Add the GCC -fno-split-wide-types compile time option to some of the larger user projects to reduce the compiled application size.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1845 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Projects/XPLAINBridge')
-rw-r--r--Projects/XPLAINBridge/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Projects/XPLAINBridge/makefile b/Projects/XPLAINBridge/makefile
index 0418414b..f58d7966 100644
--- a/Projects/XPLAINBridge/makefile
+++ b/Projects/XPLAINBridge/makefile
@@ -247,6 +247,7 @@ CFLAGS += -fno-inline-small-functions
CFLAGS += -fpack-struct
CFLAGS += -fshort-enums
CFLAGS += -fno-strict-aliasing
+CFLAGS += -fno-split-wide-types
CFLAGS += -Wall
CFLAGS += -Wstrict-prototypes
#CFLAGS += -mshort-calls