projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
834105a
)
turning on the callstack tracker for dev
author
Fred T. Hamster
<fred@feistymeow.org>
Wed, 11 Feb 2026 02:53:37 +0000
(21:53 -0500)
committer
Fred 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
patch
|
blob
|
history
diff --git
a/production/feisty_meow_config.ini
b/production/feisty_meow_config.ini
index 959cc908f37aeb6bf447e0845b4e3c0952066168..d5e8494a682bd7423ada9a74d58e0dca531c476a 100644
(file)
--- 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