strip by default in public build

git-svn-id: svn://localhost/ardour2/branches/3.0@8704 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-02-04 15:01:16 +00:00
parent 32e207d966
commit 0995509a15

View File

@ -43,7 +43,7 @@ while [ $# -gt 0 ] ; do
WITH_NLS=1 ;
INTERNAL_JACK=;
WITH_LADSPA=;
STRIP= ;
STRIP=1 ;
APPNAME=Ardour ;
shift ;;
--allinone)