Add macro for force-enabling heap tracking

This commit is contained in:
Maschell 2026-02-25 18:57:48 +01:00
parent d0490e4585
commit 13fd64a70d

View File

@ -67,6 +67,7 @@ extern "C" {
#define WUPS_PLUGIN_VERSION(x) WUPS_META(version, x)
#define WUPS_PLUGIN_LICENSE(x) WUPS_META(license, x)
#define WUPS_PLUGIN_DESCRIPTION(x) WUPS_META(description, x)
#define WUPS_PLUGIN_HEAP_TRACKING() WUPS_META(debug, "track_heap_with_stack_trace")
#ifdef __cplusplus
}