mirror of
https://github.com/wolfpld/tracy.git
synced 2026-08-13 00:29:45 +00:00
Change TRACY_DISABLE to TRACY_ENABLE.
By default tracy is now disabled.
This commit is contained in:
@@ -7,6 +7,10 @@
|
||||
// other).
|
||||
//
|
||||
|
||||
// Define TRACY_ENABLE to enable profiler.
|
||||
|
||||
#ifdef TRACY_ENABLE
|
||||
|
||||
#include "client/TracyProfiler.cpp"
|
||||
#include "common/tracy_lz4.cpp"
|
||||
#include "common/TracySocket.cpp"
|
||||
@@ -16,3 +20,5 @@
|
||||
#ifdef _MSC_VER
|
||||
# pragma comment(lib, "ws2_32.lib")
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user