From 617f69cedf6f811523aa1a12f278652e1eda5d2b Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Mon, 28 Mar 2011 11:16:55 +0200 Subject: [PATCH] sorry, I had accidentally switched profile and release configuration --- all | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.39.2