mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
build pdbs
This commit is contained in:
parent
3a05b39978
commit
54cc3b7c62
@ -115,7 +115,8 @@
|
|||||||
|
|
||||||
// $[build_pdbs] will be nonempty (true) if we should expect to
|
// $[build_pdbs] will be nonempty (true) if we should expect to
|
||||||
// generate a .pdb file when we build a DLL or EXE.
|
// generate a .pdb file when we build a DLL or EXE.
|
||||||
#if $[and $[eq $[USE_COMPILER], MSVC],$[<= $[OPTIMIZE],2]]
|
// we now build pdb for all Opt values
|
||||||
|
#if $[eq $[USE_COMPILER], MSVC]
|
||||||
#define build_pdbs yes
|
#define build_pdbs yes
|
||||||
#else
|
#else
|
||||||
#define build_pdbs
|
#define build_pdbs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user