Remove unused strip option from package script. Fixed build script to properly detect non-debug builds
git-svn-id: svn://localhost/ardour2/branches/3.0@9447 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -117,7 +117,7 @@ else
|
||||
DEBUG="F"
|
||||
fi
|
||||
|
||||
if [ x$DEBUG != x ]; then
|
||||
if [ x$DEBUG = xT ]; then
|
||||
BUILDTYPE="dbg"
|
||||
if [ x$STRIP = xall ] ; then
|
||||
echo "A debug build with --strip all makes no sense - STRIP reset to \"some\""
|
||||
|
||||
Reference in New Issue
Block a user