logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 4d86252d9dbd68a9e0b354748f1503696decc6ba
parent 2b466f76cb26bc83f6c861dab31d07e227621d84
Author: Michael Forney <mforney@mforney.org>
Date:   Fri,  5 Jul 2019 19:42:23 -0700

tz: Use slim mode by default

Diffstat:

Mpkg/tz/gen.lua5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/pkg/tz/gen.lua b/pkg/tz/gen.lua @@ -1,4 +1,7 @@ -cflags{'-I $dir'} +cflags{ + '-I $dir', + [[-D 'ZIC_BLOAT_DEFAULT="slim"']], +} exe('zic', {'zic.c'}) file('bin/zic', '755', '$outdir/zic')