We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d540352 + 6ab458a commit 0b294adCopy full SHA for 0b294ad
1 file changed
scripts/matrix_testing/Config.ps1
@@ -21,8 +21,8 @@ $COMPILER_ARGS = @{
21
};
22
23
"c" = @{
24
- "gcc" = "-fsyntax-only";
25
- "clang" = "-fsyntax-only";
+ "gcc" = "-fsyntax-only -std=c11";
+ "clang" = "-fsyntax-only -std=c11";
26
27
28
}
0 commit comments