mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
ide: CLANG win32 debug levels now work in release mode too
git-svn-id: svn://ultimatepp.org/upp/trunk@14394 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
52cab60e80
commit
5ab0b5fe2d
3 changed files with 13 additions and 12 deletions
|
|
@ -155,9 +155,9 @@ void InstantSetup()
|
|||
bmSet(bm, "DEBUG_INFO", "2");
|
||||
bmSet(bm, "DEBUG_BLITZ", "1");
|
||||
bmSet(bm, "DEBUG_LINKMODE", "0");
|
||||
bmSet(bm, "DEBUG_OPTIONS", "-O0 -g -gcodeview -fno-limit-debug-info");
|
||||
bmSet(bm, "DEBUG_OPTIONS", "");
|
||||
bmSet(bm, "DEBUG_FLAGS", "");
|
||||
bmSet(bm, "DEBUG_LINK", "-Wl,-pdb= -Wl,--stack,20000000");
|
||||
bmSet(bm, "DEBUG_LINK", "-Wl,--stack,20000000");
|
||||
bmSet(bm, "RELEASE_BLITZ", "");
|
||||
bmSet(bm, "RELEASE_LINKMODE", "0");
|
||||
bmSet(bm, "RELEASE_OPTIONS", "-O3 ");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue