aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
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@'])