commit c4b34c2

Michael Forney  ·  2024-03-17 07:01:03 +0000 UTC
parent 3ee7dc1
less: Build with warning flags
1 files changed,  +2, -0
+2, -0
1@@ -1,4 +1,6 @@
2 cflags{
3+	'-std=c99', '-Wall', '-Wpedantic', '-Wno-maybe-uninitialized',
4+	'-D _XOPEN_SOURCE=700',
5 	'-I $dir',
6 	'-isystem $builddir/pkg/netbsd-curses/include',
7 }