From: Rudolf Polzer Date: Sun, 14 Nov 2010 15:10:43 +0000 (+0100) Subject: need -fno-reorder-blocks on Darwin X-Git-Tag: xonotic-v0.1.0preview~57^2~1 X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=6db2d8af66c0377aed2458521f806ea342c7822b need -fno-reorder-blocks on Darwin --- diff --git a/all b/all index ec4ad52e..15704071 100755 --- a/all +++ b/all @@ -824,7 +824,7 @@ case "$cmd" in TARGETS="sv-$debug sdl-$debug" ;; esac - export CC="$CC -I$PWD/misc/buildfiles/osx/Xonotic-SDL.app/Contents/Frameworks/SDL.framework/Headers -F$PWD/misc/buildfiles/osx/Xonotic-SDL.app/Contents/Frameworks" + export CC="$CC -fno-reorder-blocks -I$PWD/misc/buildfiles/osx/Xonotic-SDL.app/Contents/Frameworks/SDL.framework/Headers -F$PWD/misc/buildfiles/osx/Xonotic-SDL.app/Contents/Frameworks" else TARGETS="sv-$debug cl-$debug sdl-$debug" fi