Commit 6c28a1a
committed
Linux: don't explicitly declare -std=gnu99
For a long time Linux has compiled with -std=gnu11, and there are some
parts of the headers that depend on behaviour defined there. Clang is
stricter about enforcing this than GCC, so downgrading to gnu99 can
break the build in some configurations.
Sponsored-by: https://despairlabs.com/sponsor/
Signed-off-by: Rob Norris <[email protected]>1 parent 06c73cf commit 6c28a1a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments