summaryrefslogtreecommitdiff
path: root/tools/linux_packaging
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-02-04 15:01:16 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-02-04 15:01:16 +0000
commit0995509a1555322b18fd7c67d3f06934a957f8fd (patch)
tree6104ed6000cef86e29800bf6b3359e02e542a7e4 /tools/linux_packaging
parent32e207d966562d622a38d5261d624346a0785b37 (diff)
strip by default in public build
git-svn-id: svn://localhost/ardour2/branches/3.0@8704 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'tools/linux_packaging')
-rwxr-xr-xtools/linux_packaging/build2
1 files changed, 1 insertions, 1 deletions
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)