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 lazka
Recipients dstufft, eric.araujo, lazka
Date 2018-03-28.14:21:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1522246881.58.0.467229070634.issue33168@psf.upfronthosting.co.za>
In-reply-to
Content
The distutils "build" and "build_ext" commands provide a "--debug" option to enable building with debug information. But this option doesn't have any affect because the default CFLAGS contain "-g" (python3-config --cflags) so debug information is always included and "-g0" isn't passed if debug is False.

Is this intentional?
History
Date User Action Args
2018-03-28 14:21:21lazkasetrecipients: + lazka, eric.araujo, dstufft
2018-03-28 14:21:21lazkasetmessageid: <1522246881.58.0.467229070634.issue33168@psf.upfronthosting.co.za>
2018-03-28 14:21:21lazkalinkissue33168 messages
2018-03-28 14:21:21lazkacreate