Steve Dower <steve.do...@python.org> added the comment:

Looks like the fix for those errors is to specify the arguments to the linker 
in PCbuild/pyproject.props

 <AdditionalOptions Condition="$(Configuration) != 'Debug'">/OPT:REF,NOICF 
/CGTHREADS:1 /PDBTHREADS:1 %(AdditionalOptions)</AdditionalOptions>

I don't particularly know what a good number of threads is for this. One seems 
safe, but maybe we can get faster builds with more?

----------

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

Reply via email to