aboutsummaryrefslogtreecommitdiff
path: root/deque/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'deque/configure.in')
-rw-r--r--deque/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/deque/configure.in b/deque/configure.in
index ae69a12..df53e9d 100644
--- a/deque/configure.in
+++ b/deque/configure.in
@@ -157,7 +157,7 @@ then
LFLAGS="-export_dynamic -shared"
if test "$DEBUG" == "no"; then
#OFLAGS="-O6 -funroll-loops -fomit-frame-pointer -finline-limit-10000000"
- OFLAGS="-O6 -funroll-loops -fomit-frame-pointer"
+ OFLAGS="-O3 -funroll-loops -fomit-frame-pointer -pipe"
else
OFLAGS="-g"
fi