Antoine Pitrou added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17781>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to