From 2dc1f4f39751ed15932146d719343e9eb25c5707 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 12 Feb 2019 20:33:35 +0100 Subject: Add Bison report --- meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'meson.build') 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@']) -- cgit v1.2.3