Skip to content

Commit 94992ea

Browse files
committed
Final changes
1 parent c672abe commit 94992ea

File tree

3 files changed

+187
-180
lines changed

3 files changed

+187
-180
lines changed

linearmodels/meson.build

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,13 @@ inc_np = include_directories(incdir_numpy, is_system: true)
3030
# Some submodules (linalg, special, optimize) add pxd files to this.
3131
# Needed to trick Cython, it won't do a relative import outside a package
3232
_cython_tree = [fs.copyfile('__init__.py')]
33-
cython_args = []
33+
cython_args = [
34+
'-Xcpow=True',
35+
'-Xboundscheck=False',
36+
'-Xwraparound=False',
37+
'-Xcdivision=True',
38+
'-Xbinding=True'
39+
]
3440
cython_c_args = ['-DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION']
3541
if get_option('cython-coverage')
3642
message('Building with Cython coverage support')

0 commit comments

Comments
 (0)