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 pitrou
Recipients barry, christian.heimes, doko, pitrou, rhettinger, scoder
Date 2015-08-27.19:08:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1440702530.44.0.315747137039.issue17781@psf.upfronthosting.co.za>
In-reply-to
Content
Note this patch is likely wrong, as it doesn't add the optimization options to the linker invocation. According to the gcc does, """To use the link-time optimizer, -flto and optimization options should be specified at compile time and during the final link""".

So probably $OPT should be added to $PY_LDFLAGS.
History
Date User Action Args
2015-08-27 19:08:50pitrousetrecipients: + pitrou, barry, rhettinger, doko, scoder, christian.heimes
2015-08-27 19:08:50pitrousetmessageid: <1440702530.44.0.315747137039.issue17781@psf.upfronthosting.co.za>
2015-08-27 19:08:50pitroulinkissue17781 messages
2015-08-27 19:08:50pitroucreate