diff --git a/meson.build b/meson.build index c626fd06..245bd60a 100644 --- a/meson.build +++ b/meson.build @@ -152,8 +152,7 @@ if not os_darwin ] endif -# FIXME check for clang instead -if not (os_darwin or os_windows) +if cc.get_id() == 'gcc' build_flags += [ '-fno-gnu-unique' ]