aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2019-02-12 20:33:35 +0100
committerThomas White <taw@physics.org>2019-02-12 20:33:35 +0100
commit2dc1f4f39751ed15932146d719343e9eb25c5707 (patch)
treee5c6409ea40815d550a19c856b6f7299d75696f9 /meson.build
parentf0b1f2625db64a5d97c0d0eeb272e30db0a1d10d (diff)
Add Bison report
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 31d8b83..759fa0b 100644
--- a/meson.build
+++ b/meson.build
@@ -36,6 +36,7 @@ storycode_tab_ch = custom_target('storycode.tab.c',
input : 'src/storycode.y',
command : [bison, '--defines=@OUTPUT1@',
'-p', 'sc',
+ '--report=all',
'--output=@OUTPUT0@',
'@INPUT@'])