mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-26 07:54:36 +00:00
enable addr2line symbol resolver in all platforms except windows
This commit is contained in:
parent
5c3e303f6f
commit
a887d558f1
@ -1,4 +1,4 @@
|
||||
#ifdef __linux
|
||||
#ifndef _WIN32
|
||||
|
||||
#include "OfflineSymbolResolver.h"
|
||||
|
||||
@ -121,4 +121,4 @@ bool ResolveSymbols(SymbolResolver* resolver, const char* imageName,
|
||||
return false;
|
||||
}
|
||||
|
||||
#endif // #ifdef __linux
|
||||
#endif // #ifndef _WIN32
|
Loading…
Reference in New Issue
Block a user