From b1a95dd29f236a6e2e6aef1b15de0c17a2f14143 Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Fri, 1 Mar 2024 16:20:01 +0100 Subject: Add support for debug builds ... although not reproducible, it might be helpful to have the ability to build static binaries with debug symbols. --- TARGETS | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'TARGETS') diff --git a/TARGETS b/TARGETS index cedee1e..fa600b0 100644 --- a/TARGETS +++ b/TARGETS @@ -2,13 +2,15 @@ , "just": { "type": "export" , "target": "config" - , "flexible_config": ["OS", "ARCH", "TARGET_ARCH", "TOOLCHAIN_CONFIG", "ENV"] + , "flexible_config": + ["OS", "ARCH", "TARGET_ARCH", "TOOLCHAIN_CONFIG", "DEBUG", "ENV"] , "fixed_config": {"CONFIG_TARGET": ["@", "just", "", "installed just"]} } , "just-mr": { "type": "export" , "target": "config" - , "flexible_config": ["OS", "ARCH", "TARGET_ARCH", "TOOLCHAIN_CONFIG", "ENV"] + , "flexible_config": + ["OS", "ARCH", "TARGET_ARCH", "TOOLCHAIN_CONFIG", "DEBUG", "ENV"] , "fixed_config": {"CONFIG_TARGET": ["@", "just", "", "installed just-mr"]} } , "config": -- cgit v1.2.3