]> git.proxmox.com Git - mirror_qemu.git/blobdiff - meson.build
meson: Remove --warn-common ldflag
[mirror_qemu.git] / meson.build
index c59ca496f2d434740aa772376aa7666744f51597..f9dbe7634e588c576efd3dbc2e62678d698eb64f 100644 (file)
@@ -476,11 +476,6 @@ if host_os == 'windows'
   qemu_ldflags += cc.get_supported_link_arguments('-Wl,--dynamicbase', '-Wl,--high-entropy-va')
 endif
 
-# Exclude --warn-common with TSan to suppress warnings from the TSan libraries.
-if host_os != 'sunos' and not get_option('tsan')
-  qemu_ldflags += cc.get_supported_link_arguments('-Wl,--warn-common')
-endif
-
 if get_option('fuzzing')
   # Specify a filter to only instrument code that is directly related to
   # virtual-devices.