summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-01-31 17:35:13 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-01-31 17:35:13 +0000
commit1680c90b210f35a2dd26a7c7bd1301859fde6eb1 (patch)
treeb9d3466e348b56a7d58c6faff39db89026db5f34
parent9e0546b1c5990d0db87cd24420f8267d5520832f (diff)
Remove -O2, it seems to break tons of stuff with no clue how it did it
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6470 e03df62e-2008-0410-955e-edbf42e46eb7
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index ac814035b..db0e358e5 100755
--- a/configure
+++ b/configure
@@ -145,11 +145,11 @@ if (defined $opt_use_openssl)
$config{OPTIMITEMP} = "0"; # Default Optimisation Value
if (!defined $opt_disable_debug)
{
- $config{OPTIMISATI} = "-O2 -g1"; # Optimisation Flag
+ $config{OPTIMISATI} = "-g1"; # Optimisation Flag
}
else
{
- $config{OPTIMISATI} = "-O2"; # DEBUGGING OFF!
+ $config{OPTIMISATI} = "-O2"; # DEBUGGING OFF!
}
$config{NICK_LENGT} = "31"; # Default Nick Length