[Scons-dev] Looking for help mapping Windows pdb semantics to SCons

Tomasz Gajewski tomga at wp.pl
Fri May 24 15:45:03 EDT 2019


Adam Gross via Scons-dev <scons-dev at scons.org> writes:

> I am investigating better supporting caching with SCons at VMware and
> am trying to see if I can teach SCons about pdb files.

Is there any problem for your use cases in using /Z7 option for
compilation? That tells the compiler to embed debug data in .obj file
like on linux. Then during linking pdb's are created. It works at least
for shared libraries and executables.

Regards
Tomasz Gajewski



More information about the Scons-dev mailing list