temp disable Python optimizations

This commit is contained in:
Jay Lee
2020-05-21 10:00:51 -04:00
parent e145ac0ad1
commit 931b2cc700

View File

@@ -72,7 +72,7 @@ else
unsafe_flags="--enable-optimizations --with-lto"
if [ ! -e Makefile ]; then
echo "running configure with safe and unsafe"
./configure $safe_flags $unsafe_flags > /dev/null
./configure $safe_flags # $unsafe_flags > /dev/null
fi
make -j$cpucount PROFILE_TASK="-m test.regrtest --pgo -j$(( $cpucount * 2 ))" -s
RESULT=$?