From 0995509a1555322b18fd7c67d3f06934a957f8fd Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 4 Feb 2011 15:01:16 +0000 Subject: [PATCH] strip by default in public build git-svn-id: svn://localhost/ardour2/branches/3.0@8704 d708f5d6-7413-0410-9779-e7cbd77b26cf --- tools/linux_packaging/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build index ca671719c0..12e6dc83f6 100755 --- a/tools/linux_packaging/build +++ b/tools/linux_packaging/build @@ -43,7 +43,7 @@ while [ $# -gt 0 ] ; do WITH_NLS=1 ; INTERNAL_JACK=; WITH_LADSPA=; - STRIP= ; + STRIP=1 ; APPNAME=Ardour ; shift ;; --allinone)