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:
parent
5a1f5371b7
commit
b08912b009
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user