This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author robind
Recipients robind
Date 2008-10-27.21:54:20
SpamBayes Score 4.140347e-07
Marked as misclassified No
Message-id <1225144462.62.0.9122976862.issue4214@psf.upfronthosting.co.za>
In-reply-to
Content
It looks like part of r59290 resulted in /pdb:None always being part of
the ldflags_shared_debug list.  This means that there will be no debug
info stored for extensions built in debug mode, which kinda negates the
purpose of doing a debug build.  

Looking back at the revision history and comparing similar code in
msvccompiler.py it looks like the /pdb:None was optionally added in the
first place because of compatibility issues with earlier compilers.  For
MSVC 7 and 9 I think it should be fine to simply remove /pdb:None from
that list.  My ad hoc testing so far has not revealed any problems with
making this change.
History
Date User Action Args
2008-10-27 21:54:22robindsetrecipients: + robind
2008-10-27 21:54:22robindsetmessageid: <1225144462.62.0.9122976862.issue4214@psf.upfronthosting.co.za>
2008-10-27 21:54:21robindlinkissue4214 messages
2008-10-27 21:54:20robindcreate