commit 3ee7dc1
Michael Forney
·
2024-03-17 06:59:50 +0000 UTC
parent c1c2fea
lpeg: Build with warning flags
1 files changed,
+1,
-1
+1,
-1
1@@ -1,5 +1,5 @@
2 cflags{
3- '-std=c99',
4+ '-std=c99', '-Wall', '-Wpedantic',
5 '-D NDEBUG',
6 '-isystem $builddir/pkg/lua/include',
7 }