Skip to content

Commit

Permalink
removed clang-incompatible compiler flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-nicodemus committed Jun 5, 2024
1 parent a1c30f1 commit 28fd220
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/owl/config/configure.ml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ let get_default_config c =
; "-fno-math-errno"
; "-fno-rounding-math"
; "-fno-signaling-nans"
; "-fcx-limited-range"
; "-fexcess-precision=fast"
; (* Configure Mersenne Twister RNG *)
"-DSFMT_MEXP=19937"
Expand Down

0 comments on commit 28fd220

Please sign in to comment.