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