summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@blame.services>2022-02-01 19:19:10 +0100
committerDave Davenport <qball@blame.services>2022-02-01 19:19:10 +0100
commitbcc1a9abe83e5ebab9b3906421e5482ab877cac7 (patch)
tree920e46aa37fd61c5908813d6081c7c356cb42da5
parent58a5b9d27799b1c86c83761e5235588a5c37f0d1 (diff)
Meson, generate log file from bison.
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 7da9e2dd..9c960d8c 100644
--- a/meson.build
+++ b/meson.build
@@ -134,7 +134,7 @@ flex = generator(find_program('flex'),
)
bison = generator(find_program('bison'),
output: [ '@BASENAME@.c', '@BASENAME@.h' ],
- arguments: [ '--verbose', '-d', '@INPUT@', '--defines=@OUTPUT1@', '--output=@OUTPUT0@' ]
+ arguments: [ '--report=all', '--report-file=bison.log', '-Wall', '--verbose', '-d', '@INPUT@', '--defines=@OUTPUT1@', '--output=@OUTPUT0@' ]
)
rofi_sources = files(