Skip to content

Commit

Permalink
Update NatronRenderer_main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
devernay committed Nov 26, 2022
1 parent 95a6636 commit 53ee17e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Renderer/NatronRenderer_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ extern "C" {
{
#ifdef DEBUG
boost_adaptbx::floating_point::exception_trapping trap(boost_adaptbx::floating_point::exception_trapping::division_by_zero |
boost_adaptbx::floating_point::exception_trapping::invalid |
//boost_adaptbx::floating_point::exception_trapping::invalid | // crashes on macOS
boost_adaptbx::floating_point::exception_trapping::overflow);
#endif
#if defined(Q_OS_UNIX) && defined(RLIMIT_NOFILE)
Expand Down

0 comments on commit 53ee17e

Please sign in to comment.