commit be8acba
Michael Forney
·
2025-04-29 08:13:05 +0000 UTC
parent 7f70a89
openbsd: Build with -std=gnu17 to fix build with gcc 15.1.0
1 files changed,
+1,
-0
+1,
-0
1@@ -1,4 +1,5 @@
2 cflags{
3+ '-std=gnu17',
4 '-Wall', '-Wno-pointer-sign', '-Wno-maybe-uninitialized', '-Wno-attributes',
5 [[-D 'DEF_WEAK(n)=_Static_assert(1, "")']],
6 '-I $dir/include',