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/hello-world.md | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/tutorial/hello-world.md') 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"] } } -- cgit v1.2.3