Message 249253 - Python tracker (original) (raw)

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 OPTshouldbeaddedtoOPT should be added to OPTshouldbeaddedtoPY_LDFLAGS.