diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2011-07-06 02:10:01 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2011-07-06 02:10:01 +0000 |
| commit | 2aff3d148fb12644214b51c6839744f4044cf1f5 (patch) | |
| tree | de6aa4cad9d752d4e6b019d3864fb4e81dacba76 /Projects/Webserver | |
| parent | 8be55c6d08c8e192cdf62310f74bcf559db34ed0 (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/Webserver')
| -rw-r--r-- | Projects/Webserver/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Projects/Webserver/makefile b/Projects/Webserver/makefile index 16a5e148..175cf1f5 100644 --- a/Projects/Webserver/makefile +++ b/Projects/Webserver/makefile @@ -260,6 +260,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 |
