summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index acc77f6eb..d323ad612 100644
--- a/configure.in
+++ b/configure.in
@@ -782,7 +782,7 @@ if test -n "$GCC"; then
if test "x$with_optim" != x; then
OPTIM="$with_optim $OPTIM"
else
- OPTIM="-Os -g $OPTIM"
+ OPTIM="-Os $OPTIM"
fi
fi