diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2025-04-25 15:19:13 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2025-05-23 15:02:45 +0200 |
commit | c1a55baf143014fe429b8185270067d790539f02 (patch) | |
tree | 6bf712f50bf5d25ae19066bd60e8ec757af8a217 /doc/tutorial/third-party-software.md | |
parent | 3799c3d77b4d9e40aa2dc4190ca4aaa0bdd61d6d (diff) | |
download | justbuild-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.md | 10 |
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" + ] } } ``` |