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 vstinner
Recipients benjamin.peterson, cstratak, pablogsal, pitrou, serhiy.storchaka, vstinner
Date 2019-10-03.07:11:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570086674.02.0.708342364417.issue38350@roundup.psfhosted.org>
In-reply-to
Content
> Do note though that if the -D_FORTIFY_SOURCE=2 hardening flag is used, the compilation will fail with an optimization level less than -Og.

Does it make any sense to use a debug build in production? Does it make sense to enable hardening on a debug buil?d
History
Date User Action Args
2019-10-03 07:11:14vstinnersetrecipients: + vstinner, pitrou, benjamin.peterson, serhiy.storchaka, cstratak, pablogsal
2019-10-03 07:11:14vstinnersetmessageid: <1570086674.02.0.708342364417.issue38350@roundup.psfhosted.org>
2019-10-03 07:11:14vstinnerlinkissue38350 messages
2019-10-03 07:11:13vstinnercreate