ready to write delete

This commit is contained in:
2024-04-28 15:37:51 +00:00
parent 81d96aadaf
commit 1632870656
9 changed files with 150 additions and 42 deletions

View File

@ -8,7 +8,7 @@ const bool optimize_enabled = __OPTIMIZE__;
#else
const bool optimize_enabled = false;
#endif
#ifndef ENABLE_LOG
#ifndef ENABLE_ADVANCED_FEATURE
const bool global_log_enabled = false;
#else
const bool global_log_enabled = true;