mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-09 03:24:59 -06:00
ide: Disable BLITZ option in build methods
git-svn-id: svn://ultimatepp.org/upp/trunk@9645 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
6daec37a96
commit
6bcc6ca025
5 changed files with 16 additions and 3 deletions
|
|
@ -207,6 +207,7 @@ void InstantSetup()
|
|||
bmSet(bm, "RELEASE_FLAGS", "");
|
||||
bmSet(bm, "RELEASE_LINK", "/STACK:20000000");
|
||||
bmSet(bm, "DEBUGGER", "msdev");
|
||||
bmSet(bm, "DISABLE_BLITZ", "");
|
||||
|
||||
bm.GetAdd("PATH") = Join(bins, ";");
|
||||
bm.GetAdd("INCLUDE") = Join(incs, ";");
|
||||
|
|
@ -262,6 +263,7 @@ void InstantSetup()
|
|||
bmSet(bm, "RELEASE_LINK", "");
|
||||
bmSet(bm, "DEBUGGER", "gdb");
|
||||
bmSet(bm, "ALLOW_PRECOMPILED_HEADERS", "1");
|
||||
bmSet(bm, "DISABLE_BLITZ", "1");
|
||||
// bmSet(bm, "LINKMODE_LOCK", "0");
|
||||
|
||||
String m = x64 ? "64" : "32";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue