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