commit: 9354fea12c8b179247fa205725ff0a5e12b5f089 parent d2852b603ccf671ec6b73183f6bfba491ba3c977 Author: Michael Forney <mforney@mforney.org> Date: Sat, 16 Mar 2024 23:56:50 -0700 tz: Build with warning flagsDiffstat:
M | pkg/tz/gen.lua | 1 | + |
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"']], }