Remove profiling from cython modules
This also fixes the build problems with pypy
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
# cython: c_string_type = str
|
||||
# cython: c_string_encoding = default
|
||||
# cython: embedsignature = True
|
||||
# cython: profile=True
|
||||
|
||||
cimport cython
|
||||
|
||||
|
||||
Reference in New Issue
Block a user