Commit 8bc49537 authored by Jason Madden's avatar Jason Madden

Try different CFLAGS to stop the pypy crash.

parent aa8ffadd
......@@ -12,7 +12,7 @@ env:
- CCACHE_NOCPP2=true
- CCACHE_SLOPPINESS=file_macro,time_macros,include_file_ctime,include_file_mtime
- CCACHE_NOHASHDIR=true
- CFLAGS="-Ofast -pipe -fomit-frame-pointer -march=native"
- CFLAGS="-g -pipe -fomit-frame-pointer -march=native"
- PYTHONHASHSEED=random
matrix:
......
......@@ -179,7 +179,7 @@ develop:
# disables the cache.
# We need wheel>=0.26 on Python 3.5. See previous revisions.
time ${PYTHON} -m pip install -U --upgrade-strategy=eager -r ci-requirements.txt
GEVENTSETUP_EV_VERIFY=3 time ${PYTHON} -m pip install -U --upgrade-strategy=eager -e .[test,dnspython,events]
GEVENTSETUP_EV_VERIFY=3 time ${PYTHON} -m pip install -v -U --upgrade-strategy=eager -e .[test,dnspython,events]
${PYTHON} -m pip freeze
ccache -s
@${PYTHON} scripts/travis.py fold_end install
......
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