Disable profiling in with_cython.pyx

This commit is contained in:
David Vierra 2015-07-05 11:09:36 -10:00
parent 814237995e
commit 43c4c3c722

View File

@ -1,5 +1,5 @@
# distutils: language = c++
# cython: profile = True, boundscheck=False, initializedcheck=False
# cython: profile = False, boundscheck=False, initializedcheck=False
"""
with_cython
"""