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