logo

oasis

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

perp: Build with warning flags

Diffstat:

Mpkg/perp/gen.lua3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/pkg/perp/gen.lua b/pkg/perp/gen.lua @@ -1,4 +1,7 @@ cflags{ + '-std=c99', '-Wall', '-Wpedantic', + '-Wno-array-parameter', '-Wno-misleading-indentation', + '-D _GNU_SOURCE', '-I $srcdir/lasagna', '-I $outdir', }