summaryrefslogtreecommitdiff
path: root/doc/tutorial/hello-world.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/hello-world.md
parent3799c3d77b4d9e40aa2dc4190ca4aaa0bdd61d6d (diff)
downloadjustbuild-c1a55baf143014fe429b8185270067d790539f02.tar.gz
tutorial: Add DWP and ADD_DEBUGFLAGS
...to example export targets and defaults.
Diffstat (limited to 'doc/tutorial/hello-world.md')
-rw-r--r--doc/tutorial/hello-world.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/tutorial/hello-world.md b/doc/tutorial/hello-world.md
index 2861364a..eabcaf49 100644
--- a/doc/tutorial/hello-world.md
+++ b/doc/tutorial/hello-world.md
@@ -211,6 +211,7 @@ from. In our case, we don't use any base.
, "CXX": ["c++"]
, "ADD_COMPILE_FLAGS": ["-O2", "-Wall"]
, "AR": ["ar"]
+ , "DWP": ["dwp"]
, "PATH": ["/bin", "/usr/bin"]
}
}