Disable profiling in with_cython.pyx
This commit is contained in:
parent
814237995e
commit
43c4c3c722
@ -1,5 +1,5 @@
|
|||||||
# distutils: language = c++
|
# distutils: language = c++
|
||||||
# cython: profile = True, boundscheck=False, initializedcheck=False
|
# cython: profile = False, boundscheck=False, initializedcheck=False
|
||||||
"""
|
"""
|
||||||
with_cython
|
with_cython
|
||||||
"""
|
"""
|
||||||
|
Reference in New Issue
Block a user