1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Change TRACY_DISABLE to TRACY_ENABLE.

By default tracy is now disabled.
This commit is contained in:
Bartosz Taudul
2017-10-16 21:34:39 +02:00
parent 518568a513
commit 8a6e4d2971
4 changed files with 16 additions and 4 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef __TRACY_HPP__
#define __TRACY_HPP__
#ifdef TRACY_DISABLE
#ifndef TRACY_ENABLE
#define ZoneScoped
#define ZoneScopedC(x)