Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Compile Cython code with binding=True
Browse files Browse the repository at this point in the history
  • Loading branch information
jdemeyer committed Jul 13, 2018
1 parent 742e1c9 commit c5a8bd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ def finalize_options(self):
self.cython_directives = dict(
auto_pickle=False,
autotestdict=False,
binding=True,
cdivision=True,
embedsignature=True,
fast_getattr=True,
Expand Down

0 comments on commit c5a8bd3

Please sign in to comment.