logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 008a4df95629b778e7d1b607eeb4cfbba2b8c635
parent 182313295d5865de429b0c4e7d54a282fae161be
Author: Michael Forney <mforney@mforney.org>
Date:   Sat, 16 Mar 2024 23:59:50 -0700

lpeg: Build with warning flags

Diffstat:

Mpkg/lpeg/gen.lua2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/lpeg/gen.lua b/pkg/lpeg/gen.lua @@ -1,5 +1,5 @@ cflags{ - '-std=c99', + '-std=c99', '-Wall', '-Wpedantic', '-D NDEBUG', '-isystem $builddir/pkg/lua/include', }