From 95905ca12f6433916ba3c326685f3cdfd92ce89f Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Fri, 21 Mar 2025 13:44:59 +0100 Subject: rules CC: Add DWP configuration variable ...defining the DWARF format packaging tool to use once debug fission is supported. --- CC/TARGETS | 1 + 1 file changed, 1 insertion(+) (limited to 'CC/TARGETS') diff --git a/CC/TARGETS b/CC/TARGETS index 2da456b..f629f7e 100644 --- a/CC/TARGETS +++ b/CC/TARGETS @@ -5,6 +5,7 @@ , "CFLAGS": [] , "CXXFLAGS": [] , "AR": ["ar"] + , "DWP": ["dwp"] , "PATH": ["/bin", "/usr/bin"] } } -- cgit v1.2.3