Re: Looking for help mapping Windows pdb semantics to SCons

Tomasz Gajewski <[email protected]> Fri, 24 May 2019 21:45:03 +0200
Newsgroups gmane.comp.programming.tools.scons.devel
Message-ID <[email protected]>
Adam Gross via Scons-dev <[email protected]> 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