We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8b12b0 commit 5dc4779Copy full SHA for 5dc4779
src/sdk/build/Vezel.Zig.Sdk.Defaults.targets
@@ -23,7 +23,7 @@
23
</PropertyGroup>
24
25
<PropertyGroup Condition="'$(LanguageStandard)' == ''">
26
- <LanguageStandard Condition="'$(Language)' == 'C'">gnu2x</LanguageStandard>
+ <LanguageStandard Condition="'$(Language)' == 'C'">gnu23</LanguageStandard>
27
<LanguageStandard Condition="'$(Language)' == 'Cxx'">gnu++2c</LanguageStandard>
28
<LanguageStandard Condition="'$(Language)' == 'Zig'">zig</LanguageStandard>
29
0 commit comments