Skip to content

Commit

Permalink
fix: remove fast math compiling option (#4)
Browse files Browse the repository at this point in the history
* fix: remove fast math compiling option

* fix: remove fast math compiling option 2
  • Loading branch information
jlerat authored Oct 9, 2024
1 parent a86a3e7 commit 99ad371
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions 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 All @@ -44,7 +43,6 @@ def read(fname):
"pygme/models/c_ihacres.c"
],
extra_cflags=["-O3"],
extra_compile_args=["-ffast-math"],
include_dirs=[numpy.get_include()])

ext_modules = [
Expand Down

0 comments on commit 99ad371

Please # to comment.