Steve Dower added the comment:

Do you know where that time is being spent?

I'd guess it's in link.exe (or lib.exe) while it displays a "generating code" 
message. You should be able to omit the "/LTCG" option from lib.exe when 
building a static library, though I suspect that will push the delay into the 
final link step when building the DLL/PYD.

And while it takes longer, it's almost certainly doing a better job of 
optimizing everything (I'd guess it's probably O(N**2) with the number of obj 
files).

----------

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

Reply via email to