1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Fix compilation error on linux when TRACY_NO_CRASH_HANDLER defined

This commit is contained in:
Nick Wessing 2022-11-03 10:27:36 -05:00
parent 5a1f5371b7
commit b08912b009

View File

@ -854,7 +854,7 @@ std::atomic<bool> s_symbolThreadGone { false };
static Thread* s_sysTraceThread = nullptr;
#endif
#if defined __linux__ && !defined TRACY_NO_CRASH_HANDLER
#if defined __linux__
# ifndef TRACY_CRASH_SIGNAL
# define TRACY_CRASH_SIGNAL SIGPWR
# endif