logo

oasis

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

tz: Build with warning flags

Diffstat:

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

diff --git a/pkg/tz/gen.lua b/pkg/tz/gen.lua @@ -1,4 +1,5 @@ cflags{ + '-std=c99', '-Wall', '-Wpedantic', '-Wno-maybe-uninitialized', '-I $dir', [[-D 'ZIC_BLOAT_DEFAULT="slim"']], }