File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,6 +10,5 @@ py = import('python').find_installation(pure: false)
1010numpy = dependency('numpy', method: 'config-tool')
1111fs = import('fs')
1212
13- # disabling explicit noexcept until pycharm fixes their cython 3 support (causes a large number of build warnings)
14- cython_args = ['--annotate', '-X legacy_implicit_noexcept=True']
13+ cython_args = ['--annotate']
1514cython_dependencies = [numpy]
Original file line number Diff line number Diff line change @@ -13,8 +13,7 @@ py = import('python').find_installation(pure: false)
1313numpy = dependency (' numpy' , method : ' config-tool' )
1414fs = import (' fs' )
1515
16- # disabling explicit noexcept until pycharm fixes their cython 3 support (causes a large number of build warnings)
17- cython_args = [' --annotate' , ' -X legacy_implicit_noexcept=True' ]
16+ cython_args = [' --annotate' ]
1817cython_dependencies = [numpy]
1918
2019subdir (' raysect' )
You can’t perform that action at this time.
0 commit comments