Commit 8180901
Remove -std=c99 from default CI builds
Our CI was using -std=c99 for all builds, which causes Darwin headers
to hide BSD extension symbols. This masked the bswap32/bswap64 macro
collision reported in #419, since real-world users (e.g. Homebrew) build
without -std=c99 and see the conflict.
Remove -std=c99 from the default CFLAGS so the main CI matrix matches
what downstream consumers build with. Add -std=c99 as a separate matrix
entry to preserve language compliance checking.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent a291335 commit 8180901
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments