aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/strip.md
blob: e971df6996ab8fa4895ad2a4e42cc924271ed678 (plain)
1
2
3
4
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.