]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
sorry, I had accidentally switched profile and release configuration
authorRudolf Polzer <divverent@alientrap.org>
Mon, 28 Mar 2011 09:16:55 +0000 (11:16 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Mon, 28 Mar 2011 09:16:55 +0000 (11:16 +0200)
all

diff --git a/all b/all
index 403c4583fc99c1660057dbb224a5e007b05a981f..ae5a06af094bda70515714d470830472c5e9f097 100755 (executable)
--- 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"