diff options
-rw-r--r-- | main/debug.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/debug.cpp b/main/debug.cpp index bc6b614d..24a4d07c 100644 --- a/main/debug.cpp +++ b/main/debug.cpp @@ -5,7 +5,8 @@ namespace floormat { using Severity = GL::DebugOutput::Severity; -CORRADE_NEVER_INLINE void put_debug_breakpoint_here() {} +CORRADE_NEVER_INLINE extern "C" void put_debug_breakpoint_here(); +CORRADE_NEVER_INLINE extern "C" void put_debug_breakpoint_here() {} // NOLINTNEXTLINE(readability-convert-member-functions-to-static) void main_impl::debug_callback(unsigned src, unsigned type, unsigned id, unsigned severity, StringView str) const |