Skip to content

Commit

Permalink
setup.py: Set macro variables to make sure profiling code portions ar…
Browse files Browse the repository at this point in the history
…e kept for compilation.
  • Loading branch information
jakirkham committed Mar 14, 2016
1 parent 393e858 commit 80409e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ def readme():
test_suite="test",
headers=glob("include/*.hxx"),
ext_modules=[Extension("rank_filter",
define_macros=[("CYTHON_TRACE", "1"),
("CYTHON_TRACE_NOGIL", "1")],
sources=sources,
include_dirs=include_dirs,
library_dirs=library_dirs,
Expand Down

0 comments on commit 80409e6

Please sign in to comment.