aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/strip.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/snippets/strip.md')
-rw-r--r--docs/markdown/snippets/strip.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/markdown/snippets/strip.md b/docs/markdown/snippets/strip.md
deleted file mode 100644
index e971df6..0000000
--- a/docs/markdown/snippets/strip.md
+++ /dev/null
@@ -1,5 +0,0 @@
-## `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.