diff options
author | andy5995 <andy400-dev@yahoo.com> | 2021-06-23 23:35:58 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-06-24 21:55:01 +0700 |
commit | ce4b0389f90b26cd0ef473f937269ffd0179ab21 (patch) | |
tree | 7f8060795d269223fc613bcc3b9fea31ea9c9f52 | |
parent | d9ed1904af9b23330f140c42f9584aba17bf108b (diff) |
meson-template: add '-Dstrip=true'
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | meson-template.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meson-template.SlackBuild b/meson-template.SlackBuild index 8358f48..69c84b9 100644 --- a/meson-template.SlackBuild +++ b/meson-template.SlackBuild @@ -115,7 +115,8 @@ cd build --localstatedir=/var \ --mandir=/usr/man \ --prefix=/usr \ - --sysconfdir=/etc + --sysconfdir=/etc \ + -Dstrip=true \ ninja DESTDIR=$PKG ninja install cd .. |