mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-17 14:16:10 -06:00
Relase scripts: GCC .bm --gc-sections support
git-svn-id: svn://ultimatepp.org/upp/trunk@1857 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
47d2ac92a6
commit
8c93d271c0
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue