Skip to content

Commit

Permalink
Get rid of march=native in cython
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaem committed Sep 21, 2024
1 parent f059715 commit 39f3d45
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cython/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ py.extension_module(
'l2c.pyx',
install : true,
install_dir : get_option('prefix') / 'lib' / pyversion / 'site-packages',
c_args : ['-march=native'],
include_directories: incdir_numpy,
dependencies : [dep_py, deps],
link_with : l2clib
Expand Down

0 comments on commit 39f3d45

Please sign in to comment.