From: Fred T. Hamster Date: Wed, 11 Feb 2026 02:32:51 +0000 (-0500) Subject: checking in without callstack tracking X-Git-Tag: 2.140.190^2~1 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=a0ff5ff99e648bf02a2cd13cec9a074b643a6939;p=feisty_meow.git 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. --- 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