Skip to content

Commit

Permalink
declare Cython language version
Browse files Browse the repository at this point in the history
  • Loading branch information
giumas committed Jan 26, 2019
1 parent 81ff781 commit 911a8ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ def find_version(*file_paths):
sources=["hyo2/soundspeed/profile/ray_tracing/tracedprofile.pyx"],
include_dirs=[np.get_include()],
language='c++',
compiler_directives={"language_level": "3"}
# extra_compile_args=["-Zi", "/Od"],
# extra_link_args=["-debug"],
),
Expand Down

0 comments on commit 911a8ff

Please sign in to comment.