diff options
| -rw-r--r-- | BuildTools/SCons/SConscript.boot | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/BuildTools/SCons/SConscript.boot b/BuildTools/SCons/SConscript.boot index dd462de..ff24eeb 100644 --- a/BuildTools/SCons/SConscript.boot +++ b/BuildTools/SCons/SConscript.boot | |||
| @@ -221,6 +221,9 @@ if env["debug"] : | |||
| 221 | if env["PLATFORM"] == "win32" : | 221 | if env["PLATFORM"] == "win32" : |
| 222 | env.Append(CCFLAGS = ["/Zi"]) | 222 | env.Append(CCFLAGS = ["/Zi"]) |
| 223 | env.Append(LINKFLAGS = ["/DEBUG"]) | 223 | env.Append(LINKFLAGS = ["/DEBUG"]) |
| 224 | if GetOption("num_jobs") > 1 : | ||
| 225 | env["CCPDBFLAGS"] = '/Fd${TARGET}.pdb' | ||
| 226 | env["PDB"] = '${TARGET.base}.pdb' | ||
| 224 | if env["set_iterator_debug_level"] : | 227 | if env["set_iterator_debug_level"] : |
| 225 | env.Append(CPPDEFINES = ["_ITERATOR_DEBUG_LEVEL=0"]) | 228 | env.Append(CPPDEFINES = ["_ITERATOR_DEBUG_LEVEL=0"]) |
| 226 | if env["optimize"] : | 229 | if env["optimize"] : |
Swift