Skip to content

Commit 0b294ad

Browse files
authored
Merge branch 'main' into jsinglet/matrix-expected-fix
2 parents d540352 + 6ab458a commit 0b294ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/matrix_testing/Config.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ $COMPILER_ARGS = @{
2121
};
2222

2323
"c" = @{
24-
"gcc" = "-fsyntax-only";
25-
"clang" = "-fsyntax-only";
24+
"gcc" = "-fsyntax-only -std=c11";
25+
"clang" = "-fsyntax-only -std=c11";
2626
};
2727

2828
}

0 commit comments

Comments
 (0)