mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-02 16:22:40 -06:00
mingw autosetup optimal is now -o2
git-svn-id: svn://ultimatepp.org/upp/trunk@9667 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
e2b7c5c7ab
commit
16221fc8a2
1 changed files with 3 additions and 4 deletions
|
|
@ -251,14 +251,13 @@ void InstantSetup()
|
|||
bmSet(bm, "DEBUG_INFO", "2");
|
||||
bmSet(bm, "DEBUG_BLITZ", "");
|
||||
bmSet(bm, "DEBUG_LINKMODE", "0");
|
||||
bmSet(bm, "DEBUG_OPTIONS", "-Os");
|
||||
bmSet(bm, "DEBUG_OPTIONS", "-O0");
|
||||
bmSet(bm, "DEBUG_FLAGS", "");
|
||||
bmSet(bm, "DEBUG_LINK", "");
|
||||
bmSet(bm, "RELEASE_BLITZ", "");
|
||||
bmSet(bm, "RELEASE_LINKMODE", "0");
|
||||
String olevel = x64 ? "-O3 " : "-Os ";
|
||||
bmSet(bm, "RELEASE_OPTIONS", olevel + "-ffunction-sections");
|
||||
bmSet(bm, "RELEASE_SIZE_OPTIONS", olevel + "-finline-limit=20 -ffunction-sections");
|
||||
bmSet(bm, "RELEASE_OPTIONS", "-O2 -ffunction-sections");
|
||||
bmSet(bm, "RELEASE_SIZE_OPTIONS", "-O2 -finline-limit=20 -ffunction-sections");
|
||||
bmSet(bm, "RELEASE_FLAGS", "");
|
||||
bmSet(bm, "RELEASE_LINK", "");
|
||||
bmSet(bm, "DEBUGGER", "gdb");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue