Skip to content

Commit

Permalink
Need CYTHON_TRACE_NOGIL
Browse files Browse the repository at this point in the history
  • Loading branch information
saimn committed Jun 18, 2020
1 parent 84c0e9e commit 1e6331e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
print('Adding linetrace directive')
compiler_directives['profile'] = True
compiler_directives['linetrace'] = True
os.environ['CFLAGS'] = '-DCYTHON_TRACE=1 --coverage -fno-inline-functions -O0'
os.environ['CFLAGS'] = '-DCYTHON_TRACE_NOGIL=1 --coverage -fno-inline-functions -O0'

ext_modules = cythonize(ext_modules, compiler_directives=compiler_directives)

Expand Down

0 comments on commit 1e6331e

Please sign in to comment.