From 12b91fe73c134fc657ba7087487bf11d9b695e08 Mon Sep 17 00:00:00 2001 From: Gregory Heskett Date: Thu, 3 Nov 2022 03:54:04 -0400 Subject: [PATCH] Disable DISABLE_ALL (#528) Because literally who is gonna make a hack without ever using any debug features? --- include/config/config_debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/config/config_debug.h b/include/config/config_debug.h index e384729a..eee44caf 100644 --- a/include/config/config_debug.h +++ b/include/config/config_debug.h @@ -12,7 +12,7 @@ /** * Disables all debug options (except PUPPYPRINT). */ -#define DISABLE_ALL +// #define DISABLE_ALL /** * Enables a comprehensive standalone profiler. Automatically enabled by PUPPYPRINT_DEBUG.