Skip to content

Commit

Permalink
Fix fastmath flag
Browse files Browse the repository at this point in the history
  • Loading branch information
benruijl committed Jul 3, 2024
1 parent de11355 commit cda93dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/nested_evaluation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ fn main() {
.arg("-shared")
.arg("-fPIC")
.arg("-O3")
.arg("-ffastmath")
.arg("-ffast-math")
.arg("-o")
.arg("libneval.so")
.arg("nested_evaluation.cpp")
Expand Down

0 comments on commit cda93dc

Please sign in to comment.