Skip to content

Commit

Permalink
fix: remove fast math compiling option
Browse files Browse the repository at this point in the history
  • Loading branch information
jlerat committed Oct 9, 2024
1 parent 4da0ee6 commit 67db698
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ def read(fname):
"pygme/models/c_uh.c"
],
extra_cflags=["-O3"],
extra_compile_args=["-ffast-math"],
include_dirs=[numpy.get_include()])

ext_hydromodels=Extension(name="c_pygme_models_hydromodels",
Expand Down

0 comments on commit 67db698

Please sign in to comment.