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 steve.dower
Recipients Crowthebird, malin, paul.moore, steve.dower, tim.golden, zach.ware
Date 2021-11-20.00:57:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1637369836.82.0.303776549105.issue45816@roundup.psfhosted.org>
In-reply-to
Content
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?
History
Date User Action Args
2021-11-20 00:57:16steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, malin, Crowthebird
2021-11-20 00:57:16steve.dowersetmessageid: <1637369836.82.0.303776549105.issue45816@roundup.psfhosted.org>
2021-11-20 00:57:16steve.dowerlinkissue45816 messages
2021-11-20 00:57:16steve.dowercreate