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 skrah
Recipients florin.papa, pitrou, r.david.murray, skrah, vstinner, zach.ware
Date 2015-10-04.16:04:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443974652.79.0.622399389952.issue25300@psf.upfronthosting.co.za>
In-reply-to
Content
Wouldn't setting CFLAGS be sufficient?

./configure CFLAGS="-fcheck-pointer-bounds -mmpx"


Otherwise we could also add --with-stack-protector and --with-fortify-source and others. I'm not sure if we should add a special --with*
option for every gcc flag.
History
Date User Action Args
2015-10-04 16:04:12skrahsetrecipients: + skrah, pitrou, vstinner, r.david.murray, zach.ware, florin.papa
2015-10-04 16:04:12skrahsetmessageid: <1443974652.79.0.622399389952.issue25300@psf.upfronthosting.co.za>
2015-10-04 16:04:12skrahlinkissue25300 messages
2015-10-04 16:04:12skrahcreate