diff options
author | robbeh <robbeh@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-14 23:24:36 +0000 |
---|---|---|
committer | robbeh <robbeh@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-14 23:24:36 +0000 |
commit | bba7d1aaaf7a4cf2c2af0b3e6f92cb115bdd48c1 (patch) | |
tree | ac3da0905cd70c4eebed1c3df567c6cea030b694 /Config | |
parent | 6c55e0a529c7f1216ff6f63a4fc77ea06a2a3a38 (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-x | Config | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |