diff --git a/src/panfrost/compiler/meson.build b/src/panfrost/compiler/meson.build index fc56f908a9f..3769f068971 100644 --- a/src/panfrost/compiler/meson.build +++ b/src/panfrost/compiler/meson.build @@ -172,7 +172,7 @@ if with_tests 'valhall/test/test-merge-flow.cpp', 'valhall/test/test-packing.cpp', ), - cpp_args : [cpp_msvc_compat_args, no_override_init_args], + cpp_args : [cpp_msvc_compat_args], gnu_symbol_visibility : 'hidden', include_directories : [inc_include, inc_src, inc_valhall], dependencies: [idep_gtest, idep_nir, idep_bi_opcodes_h, idep_bi_builder_h, idep_valhall_enums_h],