From: Rudolf Polzer Date: Mon, 28 Mar 2011 09:16:55 +0000 (+0200) Subject: sorry, I had accidentally switched profile and release configuration X-Git-Tag: xonotic-v0.5.0~111 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=617f69cedf6f811523aa1a12f278652e1eda5d2b;p=xonotic%2Fxonotic.git sorry, I had accidentally switched profile and release configuration --- diff --git a/all b/all index 403c4583..ae5a06af 100755 --- a/all +++ b/all @@ -858,10 +858,10 @@ case "$cmd" in -r|-p) case "$1" in -p) - debug=release + debug=profile ;; -r) - debug=profile + debug=release ;; esac export CC="$CC -g"