diff options
Diffstat (limited to 'main/debug.cpp')
| -rw-r--r-- | main/debug.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/main/debug.cpp b/main/debug.cpp index f9b48958..46340db8 100644 --- a/main/debug.cpp +++ b/main/debug.cpp @@ -50,8 +50,10 @@ void app::debug_callback(GL::DebugOutput::Source src, GL::DebugOutput::Type type std::fflush(stdout); std::fputs("", stdout); // put breakpoint here +#if 0 if (severity != Severity::Notification) std::abort(); +#endif std::fputs("", stdout); // put breakpoint here } |
