Skip to content

Commit

Permalink
embedseg=False
Browse files Browse the repository at this point in the history
  • Loading branch information
fenilsuchak authored and richardjgowers committed Apr 22, 2019
1 parent 26561ad commit 367cc60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ def extensions(config):
extensions = cythonize(
pre_exts,
compiler_directives={'linetrace' : cython_linetrace,
'embedsignature' : cython_linetrace},
'embedsignature' : False},
)
if cython_linetrace:
print("Cython coverage will be enabled")
Expand Down

0 comments on commit 367cc60

Please sign in to comment.