commit: ac78d5370ab99bc4fff3bd876a2a9a1480cbc557
parent 0ec27118d3ba9538e350d2d6537984dd57f418e0
Author: Michael Forney <mforney@mforney.org>
Date: Tue, 29 Apr 2025 01:13:05 -0700
openbsd: Build with -std=gnu17 to fix build with gcc 15.1.0
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/pkg/openbsd/gen.lua b/pkg/openbsd/gen.lua
@@ -1,4 +1,5 @@
cflags{
+ '-std=gnu17',
'-Wall', '-Wno-pointer-sign', '-Wno-maybe-uninitialized', '-Wno-attributes',
[[-D 'DEF_WEAK(n)=_Static_assert(1, "")']],
'-I $dir/include',