From 8c93d271c0686c1d940d41b491328fa4dfd5a475 Mon Sep 17 00:00:00 2001 From: cxl Date: Wed, 30 Dec 2009 19:39:08 +0000 Subject: [PATCH] Relase scripts: GCC .bm --gc-sections support git-svn-id: svn://ultimatepp.org/upp/trunk@1857 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppbox/Scripts/GCCMK.bm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uppbox/Scripts/GCCMK.bm b/uppbox/Scripts/GCCMK.bm index 3cb151468..62c9c34d8 100644 --- a/uppbox/Scripts/GCCMK.bm +++ b/uppbox/Scripts/GCCMK.bm @@ -7,7 +7,7 @@ DEBUG_FLAGS = ""; RELEASE_BLITZ = "0"; RELEASE_LINKMODE = "1"; RELEASE_OPTIONS = "-O3 -ffunction-sections -fdata-sections"; -RELEASE_SIZE_OPTIONS = "-Os -finline-limit=20"; +RELEASE_SIZE_OPTIONS = "-Os -finline-limit=20 -ffunction-sections -fdata-sections"; RELEASE_FLAGS = ""; RELEASE_LINK = "-Wl,--gc-sections"; DEBUGGER = "zero";