aboutsummaryrefslogtreecommitdiffstats
path: root/doc/build-sdk-meson.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/build-sdk-meson.txt')
-rw-r--r--doc/build-sdk-meson.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/build-sdk-meson.txt b/doc/build-sdk-meson.txt
index 9618e759..508e2cb6 100644
--- a/doc/build-sdk-meson.txt
+++ b/doc/build-sdk-meson.txt
@@ -85,6 +85,8 @@ Project-specific options are passed used -Doption=value::
meson -Dmax_lcores=8 smallbuild # scale build for smaller systems
+ meson -Denable_docs=true fullbuild # build and install docs
+
Examples of setting the same options using meson configure::
meson configure -Dwerror=true