summaryrefslogtreecommitdiff
path: root/doc/tutorial/third-party-software.md
diff options
context:
space:
mode:
authorPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2025-04-25 15:19:13 +0200
committerPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2025-05-23 15:02:45 +0200
commitc1a55baf143014fe429b8185270067d790539f02 (patch)
tree6bf712f50bf5d25ae19066bd60e8ec757af8a217 /doc/tutorial/third-party-software.md
parent3799c3d77b4d9e40aa2dc4190ca4aaa0bdd61d6d (diff)
downloadjustbuild-c1a55baf143014fe429b8185270067d790539f02.tar.gz
tutorial: Add DWP and ADD_DEBUGFLAGS
...to example export targets and defaults.
Diffstat (limited to 'doc/tutorial/third-party-software.md')
-rw-r--r--doc/tutorial/third-party-software.md10
1 files changed, 9 insertions, 1 deletions
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"
+ ]
}
}
```