aco: Introduce new helpers for calculating address offsets.
[mesa.git] / meson.build
index 1484e7fec5d85a9b65ea6225009b594ac496a731..bf306605645cdeb75517e510919d6e9d9916d953 100644 (file)
@@ -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')