You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CMakeLists.txt
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -309,6 +309,12 @@ set(JUCE_COMPILE_DEFINITIONS
309
309
JUCE_JACK_CLIENT_NAME="plugdata"
310
310
)
311
311
312
+
# Testing will run every help patch, which leads to some asserts due to standard Pd or ELSE patches outputting non-UTF8 text, invalid MIDI sequences, etc.
313
+
# So for a better testing experience, we just disable assertions
0 commit comments