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 gregory.p.smith
Recipients gregory.p.smith, vstinner
Date 2018-12-19.00:24:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1545179050.76.0.788709270274.issue35499@psf.upfronthosting.co.za>
In-reply-to
Content
But the `build_all_generate_profile` build is an intermediate instrumented interpreter build, it isn't shipped and things like PGO often require flags that the linker sees in order to generate the instrumented binary.

If those are left off of the link step, you won't have an instrumented binary and won't generate profile data.
History
Date User Action Args
2018-12-19 00:24:10gregory.p.smithsetrecipients: + gregory.p.smith, vstinner
2018-12-19 00:24:10gregory.p.smithsetmessageid: <1545179050.76.0.788709270274.issue35499@psf.upfronthosting.co.za>
2018-12-19 00:24:10gregory.p.smithlinkissue35499 messages
2018-12-19 00:24:10gregory.p.smithcreate