mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Drop constant merging check.
While without constant merging the profiler operates sub-optimally, it's not that essential to be enabled. And there are problems with it on some platforms, for example cygwin.
This commit is contained in:
@@ -12,8 +12,6 @@
|
||||
namespace tracy
|
||||
{
|
||||
|
||||
const char* PointerCheckA = "tracy";
|
||||
|
||||
void SetThreadName( std::thread& thread, const char* name )
|
||||
{
|
||||
#ifdef _WIN32
|
||||
|
||||
Reference in New Issue
Block a user