turning on the callstack tracker for dev
authorFred T. Hamster <fred@feistymeow.org>
Wed, 11 Feb 2026 02:53:37 +0000 (21:53 -0500)
committerFred T. Hamster <fred@feistymeow.org>
Wed, 11 Feb 2026 02:53:37 +0000 (21:53 -0500)
living dangerously.  want to see if any problems actually exist from this code.
next step would be turning off the callstack tracker and back on the memory
checker, which is a broken kludge festival if i remember properly.

production/feisty_meow_config.ini

index 959cc908f37aeb6bf447e0845b4e3c0952066168..d5e8494a682bd7423ada9a74d58e0dca531c476a 100644 (file)
@@ -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