mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-24 06:51:17 +01:00
msvc: disable building std modules
fixes build failures related to pch
This commit is contained in:
parent
532c6a8485
commit
63680f23d7
@ -30,6 +30,7 @@
|
||||
<LanguageStandard_C>stdc17</LanguageStandard_C>
|
||||
<!--Enable latest C++ standard-->
|
||||
<LanguageStandard>stdcpplatest</LanguageStandard>
|
||||
<BuildStlModules>false</BuildStlModules>
|
||||
<!--Enable Standard Conformance-->
|
||||
<ConformanceMode>true</ConformanceMode>
|
||||
<!--Enforce some behaviors as standards-conformant when they don't default as such.-->
|
||||
|
Loading…
x
Reference in New Issue
Block a user