mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +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"
|
#include "OfflineSymbolResolver.h"
|
||||||
|
|
||||||
@ -121,4 +121,4 @@ bool ResolveSymbols(SymbolResolver* resolver, const char* imageName,
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // #ifdef __linux
|
#endif // #ifndef _WIN32
|
Loading…
Reference in New Issue
Block a user