diff --git a/meson.build b/meson.build index d1eee06be4..49f2ebc650 100644 --- a/meson.build +++ b/meson.build @@ -285,7 +285,8 @@ test_flags = ['-Wdisabled-optimization', '-Wno-sign-compare', '-Wno-switch', '-Wno-unused-parameter', - '-fno-math-errno'] + '-fno-math-errno', + '-fno-signed-zeros'] flags += cc.get_supported_arguments(test_flags)