Skip to content

Commit

Permalink
msvc: disable building std modules
Browse files Browse the repository at this point in the history
fixes build failures related to pch
  • Loading branch information
shuffle2 committed May 24, 2023
1 parent 532c6a8 commit 63680f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/VSProps/Base.props
Original file line number Diff line number Diff line change
Expand Up @@ -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.-->
Expand Down

0 comments on commit 63680f2

Please sign in to comment.