Commit 447fbed5 authored by Jason Madden's avatar Jason Madden

-Ofast makes building Python take too long on Linux.

parent 99ad7ca3
......@@ -63,7 +63,8 @@ install () {
mkdir -p $SNAKEPIT
mkdir -p $BASE/versions
update_pyenv $VERSION
$BASE/pyenv/plugins/python-build/bin/python-build $VERSION $DESTINATION
# -Ofast makes the build take too long and times out Travis.
CFLAGS="-O1 -pipe -march=native" $BASE/pyenv/plugins/python-build/bin/python-build $VERSION $DESTINATION
fi
# Travis CI doesn't take symlink changes (or creation!) into
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment