logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 53e1c3cac82eec71f804d79ac9b85bfd31d9f79c
parent 7116bc5a10cc057e033405e729820ed6ea06fbb3
Author: Michael Forney <mforney@mforney.org>
Date:   Sat, 16 Mar 2024 23:45:48 -0700

cmark: Build with warning flags

Diffstat:

Mpkg/cmark/gen.lua1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/pkg/cmark/gen.lua b/pkg/cmark/gen.lua @@ -1,4 +1,5 @@ cflags{ + '-std=c99', '-Wall', '-Wpedantic', '-I $dir', }