Adds ENABLE_HEAP_DEBUGGING define as comment to the build flags

Adds the new ENABLE_HEAP_DEBUGGING define to the build falgs. The option is commented out, but it makes it easier to quickly enable it
This commit is contained in:
Jan Philipp Ecker
2025-07-26 22:50:08 +02:00
parent 7e76612bb4
commit 5d2d5e9ee1

View File

@@ -52,6 +52,7 @@ build_flags =
-mtext-section-literals
-DVERSION=\"${common.version}\"
-DTOOLDVERSION=\"${common.to_old_version}\"
#-DENABLE_HEAP_DEBUGGING
-DASYNCWEBSERVER_REGEX
#-DCORE_DEBUG_LEVEL=3
-DCONFIG_ARDUHAL_LOG_COLORS=1