diff --git a/src/freedreno/ir3/meson.build b/src/freedreno/ir3/meson.build index 714597745c7..8668f7c5d5f 100644 --- a/src/freedreno/ir3/meson.build +++ b/src/freedreno/ir3/meson.build @@ -50,7 +50,7 @@ ir3_parser = custom_target( input: 'ir3_parser.y', output: ['ir3_parser.c', 'ir3_parser.h'], command: [ - prog_bison, '@INPUT@', '--name-prefix=ir3_yy', '--defines=@OUTPUT1@', '--output=@OUTPUT0@' + prog_bison, '@INPUT@', '--name-prefix=ir3_yy', '--defines=@OUTPUT1@', '--output=@OUTPUT0@', '-Werror', '-Wcounterexamples' ] )