mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-05 17:44:55 -06:00
ide: gdb issues
git-svn-id: svn://ultimatepp.org/upp/trunk@9089 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
d5f7082d16
commit
6bcade83e3
6 changed files with 19 additions and 14 deletions
|
|
@ -259,7 +259,7 @@ void InstantSetup()
|
|||
bmSet(bm, "DEBUG_INFO", "2");
|
||||
bmSet(bm, "DEBUG_BLITZ", "1");
|
||||
bmSet(bm, "DEBUG_LINKMODE", "0");
|
||||
bmSet(bm, "DEBUG_OPTIONS", "-O0 -gstabs");
|
||||
bmSet(bm, "DEBUG_OPTIONS", "-O0 -ggdb");
|
||||
bmSet(bm, "DEBUG_FLAGS", "");
|
||||
bmSet(bm, "DEBUG_LINK", "");
|
||||
bmSet(bm, "RELEASE_BLITZ", "1");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue