From f9ccecfd7791b63524fbef98dde735c7e4d55f28 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Tue, 6 Oct 2015 21:42:17 +0200 Subject: [PATCH] MacOS build: strip binaries --- build/macos/build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/macos/build.sh b/build/macos/build.sh index 6a7606ae4..d195e1e0d 100755 --- a/build/macos/build.sh +++ b/build/macos/build.sh @@ -236,6 +236,8 @@ function build_dmg { ./drake install prefix=${dmgcnt} test -f ${dmgmac}/mkvtoolnix-gui + strip ${dmgcnt}/MacOS/mkv{merge,info,extract,propedit,toolnix-gui} + cp README.md $dmgbase/README.txt cp COPYING $dmgbase/COPYING.txt cp ChangeLog $dmgbase/ChangeLog.txt