e8f573
diff -up Python-2.7.13/configure.build Python-2.7.13/configure
e8f573
--- Python-2.7.13/configure.build	2019-06-04 13:32:12.772134075 +0200
e8f573
+++ Python-2.7.13/configure	2019-06-04 13:32:26.140144601 +0200
e8f573
@@ -6018,11 +6018,11 @@ then
e8f573
 		# debug builds.
e8f573
 		OPT="-g -O0 -Wall $STRICT_PROTO"
e8f573
 	    else
e8f573
-		OPT="-g $WRAP -O3 -Wall $STRICT_PROTO"
e8f573
+		OPT="-g $WRAP -O2 -Wall $STRICT_PROTO"
e8f573
 	    fi
e8f573
 	    ;;
e8f573
 	*)
e8f573
-	    OPT="-O3 -Wall $STRICT_PROTO"
e8f573
+	    OPT="-O2 -Wall $STRICT_PROTO"
e8f573
 	    ;;
e8f573
 	esac
e8f573
 	case $ac_sys_system in