allow prevention of binary stripping

This commit is contained in:
Dave Murphy 2021-05-09 13:50:54 +01:00
parent c108162819
commit b8c7c915bc

View File

@ -231,8 +231,10 @@ fi
cd $BUILDSCRIPTDIR
echo "stripping installed binaries"
. ./strip_bins.sh
if [ "$BUILD_DKPRO_NO_STRIP_BINARIES" != "1" ]; then
echo "stripping installed binaries"
. ./strip_bins.sh
fi
#---------------------------------------------------------------------------------
# Clean up temporary files and source directories