Skip to content

Commit

Permalink
JUCE: Don't catch unhandled exceptions
Browse files Browse the repository at this point in the history
This was enabled in debug builds only anyway, preventing them from
dumping core and causing debuggers to annoyingly break in the JUCE
exception handler instead of the throwing frame.
  • Loading branch information
mvf committed Sep 23, 2021
1 parent 427aff5 commit 48fdaa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ target_compile_definitions(surge-juce INTERFACE
JUCE_WASAPI=1
JUCE_DIRECTSOUND=1

JUCE_CATCH_UNHANDLED_EXCEPTIONS=$<CONFIG:Debug>
JUCE_CATCH_UNHANDLED_EXCEPTIONS=0
)

set(SURGE_JUCE_FORMATS VST3 Standalone)
Expand Down

0 comments on commit 48fdaa7

Please sign in to comment.