mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-04 04:41:35 +00:00
temp disable Python optimizations
This commit is contained in:
@@ -72,7 +72,7 @@ else
|
|||||||
unsafe_flags="--enable-optimizations --with-lto"
|
unsafe_flags="--enable-optimizations --with-lto"
|
||||||
if [ ! -e Makefile ]; then
|
if [ ! -e Makefile ]; then
|
||||||
echo "running configure with safe and unsafe"
|
echo "running configure with safe and unsafe"
|
||||||
./configure $safe_flags $unsafe_flags > /dev/null
|
./configure $safe_flags # $unsafe_flags > /dev/null
|
||||||
fi
|
fi
|
||||||
make -j$cpucount PROFILE_TASK="-m test.regrtest --pgo -j$(( $cpucount * 2 ))" -s
|
make -j$cpucount PROFILE_TASK="-m test.regrtest --pgo -j$(( $cpucount * 2 ))" -s
|
||||||
RESULT=$?
|
RESULT=$?
|
||||||
|
|||||||
Reference in New Issue
Block a user