Skip to content

Commit

Permalink
fix: remove fast math compiling option 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jlerat committed Oct 9, 2024
1 parent 67db698 commit a3a518b
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 @@ -43,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 a3a518b

Please sign in to comment.