diff --git a/meson.build b/meson.build index 7dec4b8f..f83868ac 100644 --- a/meson.build +++ b/meson.build @@ -136,7 +136,7 @@ flex = generator(find_program('flex'), ) bison = generator(find_program('bison'), output: [ '@BASENAME@.c', '@BASENAME@.h' ], - arguments: [ '-Wcounterexamples', '--report=all', '--report-file=bison.log', '-Wall', '--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(