Commit 115ce93
Remove -std=c99 from default CI builds, add macOS 26
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 and add it as a separate matrix
entry to preserve language compliance checking. Also add macos-26 to the
OS matrix since the bswap collision appears to be specific to macOS 26
(Tahoe), which is not covered by macos-latest (currently macOS 15).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent a291335 commit 115ce93
1 file changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments