summaryrefslogtreecommitdiff
path: root/pkg/cproc/gen.lua
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2022-02-10 16:07:37 -0800
committerMichael Forney <mforney@mforney.org>2022-02-10 16:18:26 -0800
commit895bb274e59a1157cac88ba3058dc7f51bbffb96 (patch)
treea1b6c0aed6fed542e37354955ade680354537e01 /pkg/cproc/gen.lua
parentbf50bc33b7afefe1ba82ff5a565a62bd44e271f2 (diff)
cproc: Update to latest git
Diffstat (limited to 'pkg/cproc/gen.lua')
-rw-r--r--pkg/cproc/gen.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/cproc/gen.lua b/pkg/cproc/gen.lua
index 645c9bfd..1a454d9a 100644
--- a/pkg/cproc/gen.lua
+++ b/pkg/cproc/gen.lua
@@ -1,5 +1,5 @@
cflags{
- '-std=c11', '-Wall', '-Wpedantic', '-Wno-switch', '-Wno-parentheses',
+ '-std=c11', '-Wall', '-Wpedantic', '-Wno-switch', '-Wno-parentheses', '-Wno-maybe-uninitialized',
'-I $dir',
}
@@ -24,6 +24,7 @@ exe('cproc-qbe', {
'tree.c',
'type.c',
'util.c.o',
+ 'utf.c',
})
file('bin/cproc', '755', '$outdir/cproc')
file('bin/cproc-qbe', '755', '$outdir/cproc-qbe')