aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 1484e7fec5d..bf306605645 100644
--- a/meson.build
+++ b/meson.build
@@ -958,6 +958,7 @@ else
'-fno-math-errno',
'-fno-trapping-math',
'-Qunused-arguments',
+ '-fno-common',
]
# MinGW chokes on format specifiers and I can't get it all working
if not (cc.get_id() == 'gcc' and host_machine.system() == 'windows')