Commit 0fc65d60 authored by ento's avatar ento Committed by Jason Madden

Update referenced link

The release script has been updated to not keep verbose
comments about a past regression. Link to the PR that
describes the regression instead
parent ac0566e4
......@@ -64,7 +64,7 @@ install () {
mkdir -p $BASE/versions
update_pyenv $VERSION
# -Ofast makes the build take too long and times out Travis. It also affects
# process-wide floating-point flags - see: scripts/releases/make-manylinux
# process-wide floating-point flags - see: https://github.com/gevent/gevent/pull/1864
CFLAGS="-O1 -pipe -march=native" $BASE/pyenv/plugins/python-build/bin/python-build $VERSION $DESTINATION
fi
......
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