Skip to content

Commit 289a71f

Browse files
committed
How about with -O3? Faster or slower??
1 parent 80e2c5e commit 289a71f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ install:
7575
# means that tox picks up the mypy from the source directories instead of
7676
# the version it installed into a venv. This is also *why* we need to do this,
7777
# since if we arranged for tox to build with mypyc, pytest wouldn't use it.
78-
- if [[ $TEST_MYPYC == 1 ]]; then pip install -r mypyc-requirements.txt; CC=clang MYPYC_OPT_LEVEL=0 python3 setup.py --use-mypyc build_ext --inplace; fi
78+
- if [[ $TEST_MYPYC == 1 ]]; then pip install -r mypyc-requirements.txt; CC=clang MYPYC_OPT_LEVEL=3 python3 setup.py --use-mypyc build_ext --inplace; fi
7979

8080
script:
8181
- tox -- $EXTRA_ARGS

0 commit comments

Comments
 (0)