Skip to content

Commit

Permalink
Merge branch 'bjorn/erts/fp-exceptions-on-osx'
Browse files Browse the repository at this point in the history
* bjorn/erts/fp-exceptions-on-osx:
  Disable accidentally enabled floating point exceptions on MacOS X
  • Loading branch information
bjorng committed Feb 26, 2014
2 parents 7d4bb87 + f3646fe commit 82c3ac6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions erts/configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -2829,8 +2829,6 @@ if test X${enable_fp_exceptions} = Xauto ; then
*linux*)
enable_fp_exceptions=no
AC_MSG_NOTICE([Floating point exceptions disabled by default on Linux]) ;;
*)
;;
darwin*)
enable_fp_exceptions=no
AC_MSG_NOTICE([Floating point exceptions disabled by default on MacOS X]) ;;
Expand Down

0 comments on commit 82c3ac6

Please sign in to comment.