summaryrefslogtreecommitdiff
path: root/DEBUG_template.toml
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2025-02-03 22:37:36 +0100
committerGitHub <noreply@github.com>2025-02-03 22:37:36 +0100
commit497fbcfab5734aac889f15b72384a6a8631fffa4 (patch)
tree1f1a690a6108d7e4e0fac599d4e554edae9db6f9 /DEBUG_template.toml
parente1c6d8c5956c7c3c5e158c1f7415edd5bc1a0cc1 (diff)
Add debug variable to enable sew stack elements (#3476)
Diffstat (limited to 'DEBUG_template.toml')
-rw-r--r--DEBUG_template.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/DEBUG_template.toml b/DEBUG_template.toml
index 1822902c..f446b98d 100644
--- a/DEBUG_template.toml
+++ b/DEBUG_template.toml
@@ -37,6 +37,9 @@
### base name for bash script, default: "debug_inkstitch"
# bash_file_base = "debug_inkstitch"
+### enable sew_stack elements, default: false
+# enable_sew_stack = true
+
[PROFILE]
### select one active profiler_type, default: "none"
# profiler_type = "cprofile"