summaryrefslogtreecommitdiff
path: root/Config
diff options
context:
space:
mode:
authorrobbeh <robbeh@5417fbe8-f217-4b02-8779-1006273d7864>2008-11-14 23:24:36 +0000
committerrobbeh <robbeh@5417fbe8-f217-4b02-8779-1006273d7864>2008-11-14 23:24:36 +0000
commitbba7d1aaaf7a4cf2c2af0b3e6f92cb115bdd48c1 (patch)
treeac3da0905cd70c4eebed1c3df567c6cea030b694 /Config
parent6c55e0a529c7f1216ff6f63a4fc77ea06a2a3a38 (diff)
Added --with-debugsym and --with-optimization=0|1|2|3 etc... - defaults are now --with-debugsym and no optimisation (we can change this to 2 later once we are not debugging so often :) )
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1682 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'Config')
-rwxr-xr-xConfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/Config b/Config
index c35c7a7db..ecba7de22 100755
--- a/Config
+++ b/Config
@@ -66,7 +66,7 @@ if [ "$MYSQL" != "yes" ] ; then
fi
-echo "./configure $WITH_BIN $WITH_DATA $WITH_ENC $WITH_RUN $WITH_PERM $WITH_MYSQL"
+echo "./configure $WITH_BIN $WITH_DATA $WITH_ENC $WITH_RUN $WITH_PERM $WITH_MYSQL --with-debugsym"
./configure $WITH_BIN $WITH_DATA $WITH_ENC $WITH_RUN $WITH_PERM $WITH_MYSQL
}