From 399aa26c6eb4cc4473e425006836afdc2d637a1d Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Fri, 18 Oct 2024 18:46:00 +0100 Subject: [PATCH] templates/sysmodule: add force_debug_prod. Closes #109 --- templates/sysmodule/sysmodule.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/sysmodule/sysmodule.json b/templates/sysmodule/sysmodule.json index ffdfe7d..1a24201 100644 --- a/templates/sysmodule/sysmodule.json +++ b/templates/sysmodule/sysmodule.json @@ -166,7 +166,8 @@ "type": "debug_flags", "value": { "allow_debug": false, - "force_debug": true + "force_debug": true, + "force_debug_prod": false } }] }