From: Rudolf Polzer Date: Sat, 13 Nov 2010 21:58:26 +0000 (+0100) Subject: workaround for broken win32 gcc 4.4.x X-Git-Tag: xonotic-v0.1.0preview~57^2~2 X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=956bbf1335776b79aa8743415389e861175af020 workaround for broken win32 gcc 4.4.x --- diff --git a/all b/all index 93edeb54..ec4ad52e 100755 --- a/all +++ b/all @@ -801,6 +801,9 @@ case "$cmd" in -r) debug=release export CC="$CC -g -mtune=native -march=native" + if [ -n "$WE_HATE_OUR_USERS" ]; then + export CC="$CC -fno-common" + fi shift ;; *)