From eafb8a8e10c1b520bb2af5b6028ea816236309d5 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Wed, 2 Mar 2022 20:04:15 -0500 Subject: install: Add --strip option --- docs/markdown/snippets/strip.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 docs/markdown/snippets/strip.md (limited to 'docs/markdown/snippets') 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. -- cgit v1.1