about summary refs log tree commit diff stats
path: root/build1
diff options
context:
space:
mode:
Diffstat (limited to 'build1')
-rwxr-xr-xbuild12
1 files changed, 1 insertions, 1 deletions
diff --git a/build1 b/build1
index 56336f8c..f138fa15 100755
--- a/build1
+++ b/build1
@@ -12,7 +12,7 @@ set -e  # stop immediately on error
 #   $ CFLAGS=-g ./build1
 test "$CXX" || export CXX=c++
 test "$CC" || export CC=cc
-test "$CFLAGS" || export CFLAGS="-g -O3"
+test "$CFLAGS" || export CFLAGS="-g -O2"
 export CFLAGS="$CFLAGS -Wall -Wextra -ftrapv -fno-strict-aliasing"
 
 # Outline: