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/hello-world.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/hello-world.md')
-rw-r--r-- | doc/tutorial/hello-world.md | 1 |
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"] } } |