mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-31 07:12:39 -06:00
Core: Workaround for VS 2019 bug reverted as MS fixed the issue
git-svn-id: svn://ultimatepp.org/upp/trunk@13047 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
62b8392d4a
commit
9e3eebcbf4
2 changed files with 2 additions and 17 deletions
|
|
@ -341,8 +341,8 @@ void InstantSetup()
|
|||
bmSet(bm, "RELEASE_FLAGS", "");
|
||||
bmSet(bm, "RELEASE_LINK", "-Wl,--stack,20000000");
|
||||
bmSet(bm, "DEBUGGER", "gdb");
|
||||
bmSet(bm, "ALLOW_PRECOMPILED_HEADERS", "1");
|
||||
bmSet(bm, "DISABLE_BLITZ", "1");
|
||||
bmSet(bm, "ALLOW_PRECOMPILED_HEADERS", "");
|
||||
bmSet(bm, "DISABLE_BLITZ", "");
|
||||
|
||||
// bmSet(bm, "LINKMODE_LOCK", "0");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue