From 7932ce86bd67450bf52fe795b114c53f08e431e3 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Wed, 6 Jul 2011 02:10:01 +0000 Subject: Add the GCC -fno-split-wide-types compile time option to some of the larger user projects to reduce the compiled application size. --- Projects/AVRISP-MKII/makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Projects/AVRISP-MKII/makefile') 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 -- cgit v1.2.3