From c1a55baf143014fe429b8185270067d790539f02 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Fri, 25 Apr 2025 15:19:13 +0200 Subject: tutorial: Add DWP and ADD_DEBUGFLAGS ...to example export targets and defaults. --- doc/tutorial/third-party-software.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'doc/tutorial/third-party-software.md') diff --git a/doc/tutorial/third-party-software.md b/doc/tutorial/third-party-software.md index 38afd434..0016f6b8 100644 --- a/doc/tutorial/third-party-software.md +++ b/doc/tutorial/third-party-software.md @@ -111,7 +111,15 @@ The top-level `TARGETS` file contains the following content: { "fmt": { "type": "export" , "target": ["src", "fmt"] - , "flexible_config": ["CXX", "CXXFLAGS", "ADD_CXXFLAGS", "AR", "ENV", "DEBUG"] + , "flexible_config": + [ "CXX" + , "CXXFLAGS" + , "ADD_CXXFLAGS" + , "AR" + , "DWP" + , "ENV" + , "DEBUG" + ] } } ``` -- cgit v1.2.3