From a0ff5ff99e648bf02a2cd13cec9a074b643a6939 Mon Sep 17 00:00:00 2001 From: "Fred T. Hamster" Date: Tue, 10 Feb 2026 21:32:51 -0500 Subject: [PATCH] checking in without callstack tracking turning this back off for now, since we don't really want it on in general. it's an awesome debugging helper though. --- production/feisty_meow_config.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/production/feisty_meow_config.ini b/production/feisty_meow_config.ini index 27606287..b4591ed4 100644 --- a/production/feisty_meow_config.ini +++ b/production/feisty_meow_config.ini @@ -84,6 +84,6 @@ endif # methods with a way to know how they were invoked. to get this information. # the invoker must be fitted with FUNCDEF macros. ifeq "$(BOOT_STRAPPING)" "" - DEFINITIONS += ENABLE_CALLSTACK_TRACKING +# DEFINITIONS += ENABLE_CALLSTACK_TRACKING endif -- 2.34.1