aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.com>2022-03-02 20:04:15 -0500
committerXavier Claessens <xclaesse@gmail.com>2022-03-09 10:38:28 -0500
commiteafb8a8e10c1b520bb2af5b6028ea816236309d5 (patch)
tree16422d304c9b295ba2fb07c5395f1149899f899e /docs
parent6ec6e0c9ec5a9f0a01fe573cfc76fb26986fbd18 (diff)
downloadmeson-eafb8a8e10c1b520bb2af5b6028ea816236309d5.zip
meson-eafb8a8e10c1b520bb2af5b6028ea816236309d5.tar.gz
meson-eafb8a8e10c1b520bb2af5b6028ea816236309d5.tar.bz2
install: Add --strip option
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/snippets/strip.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/markdown/snippets/strip.md b/docs/markdown/snippets/strip.md
new file mode 100644
index 0000000..e971df6
--- /dev/null
+++ b/docs/markdown/snippets/strip.md
@@ -0,0 +1,5 @@
+## `meson install --strip`
+
+It is now possible to strip targets using `meson install --strip` even if
+`-Dstrip=true` option was not set during configuration. This allows doing
+stripped and not stripped installations without reconfiguring the build.