1
0
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:
Bartosz Taudul
2017-09-23 20:16:42 +02:00
parent c1cab84329
commit e1a63dbb53
2 changed files with 0 additions and 11 deletions
-2
View File
@@ -12,8 +12,6 @@
namespace tracy
{
const char* PointerCheckA = "tracy";
void SetThreadName( std::thread& thread, const char* name )
{
#ifdef _WIN32