aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index bc9960a9..b84f3947 100755
--- a/configure
+++ b/configure
@@ -136,7 +136,7 @@ if [ "$debug" = "1" ]; then
echo 'DEBUG=1' >> Makefile.settings
echo '#define DEBUG' >> config.h
else
- [ -z "$CFLAGS" ] && CFLAGS=-O3
+ [ -z "$CFLAGS" ] && CFLAGS="-O2 -fno-strict-aliasing"
fi
echo CFLAGS=$CFLAGS >> Makefile.settings