aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP-MKII/makefile
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-07-06 02:10:01 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-07-06 02:10:01 +0000
commit7932ce86bd67450bf52fe795b114c53f08e431e3 (patch)
treede6aa4cad9d752d4e6b019d3864fb4e81dacba76 /Projects/AVRISP-MKII/makefile
parent9ea22ebf4199b111b249309de2d0f0e8db5c6041 (diff)
downloadlufa-7932ce86bd67450bf52fe795b114c53f08e431e3.tar.gz
lufa-7932ce86bd67450bf52fe795b114c53f08e431e3.tar.bz2
lufa-7932ce86bd67450bf52fe795b114c53f08e431e3.zip
Add the GCC -fno-split-wide-types compile time option to some of the larger user projects to reduce the compiled application size.
Diffstat (limited to 'Projects/AVRISP-MKII/makefile')
-rw-r--r--Projects/AVRISP-MKII/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Projects/AVRISP-MKII/makefile b/Projects/AVRISP-MKII/makefile
index d62decab9..0675242c0 100644
--- a/Projects/AVRISP-MKII/makefile
+++ b/Projects/AVRISP-MKII/makefile
@@ -245,6 +245,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