Skip to content

Commit

Permalink
fixed minor issue with Cython
Browse files Browse the repository at this point in the history
  • Loading branch information
giumas committed Jan 26, 2019
1 parent 911a8ff commit 690a0f8
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 @@ -75,7 +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"}
language_level='3',
# extra_compile_args=["-Zi", "/Od"],
# extra_link_args=["-debug"],
),
Expand Down

0 comments on commit 690a0f8

Please sign in to comment.