Commit 1999ec9
committed
build: pin -std=c11 for instrument-hooks core.c
The Zig-generated dist/core.c is rejected under C23 (GCC 15's default),
so pin C11 via cflags_c (C-only, so the C++ sources are unaffected).1 parent 56fa9fc commit 1999ec9
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
11 | 14 | | |
12 | 15 | | |
13 | 16 | | |
| |||
0 commit comments