Skip to content

Commit

Permalink
Avoid -ffast-math for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Cheo Fusi committed Jan 27, 2024
1 parent 9cddbe0 commit ed08ea2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_ffi_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@

if os.name == "posix":
libraries = ["dl", "m", "pthread"]
compiler_args = ["-g1", "-O3", "-ffast-math"]
compiler_args = ["-g1", "-O3"]

if platform.system() != "Darwin":
compiler_args += ["-march=native"]

Expand Down

0 comments on commit ed08ea2

Please sign in to comment.