Index: source/lib/sysdep/os/unix/udbg.cpp =================================================================== --- source/lib/sysdep/os/unix/udbg.cpp +++ source/lib/sysdep/os/unix/udbg.cpp @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Wildfire Games. +/* Copyright (C) 2023 Wildfire Games. * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the @@ -47,9 +47,7 @@ void debug_break() { -#ifndef NDEBUG raise(SIGTRAP); -#endif } #define DEBUGGER_WAIT 3