Disable DISABLE_ALL (#528)

Because literally who is gonna make a hack without ever using any debug features?
This commit is contained in:
Gregory Heskett
2022-11-03 03:54:04 -04:00
committed by GitHub
parent a42bd9bc2e
commit 12b91fe73c

View File

@@ -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.