Disable profiler

This commit is contained in:
Luke Benstead 2019-03-29 08:48:01 +00:00
parent a75ced3fef
commit 9fafe31a37

View File

@ -24,7 +24,7 @@ typedef struct {
static RootProfiler* root = NULL;
static char PROFILER_ENABLED = 1;
static char PROFILER_ENABLED = 0;
void profiler_enable() {
PROFILER_ENABLED = 1;