changeset 13:b7fa5e51367c

don't strip debug binaries
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 18 Jun 2019 09:41:59 +0200
parents 42a6a2dd54ff
children b388b9d81a1b
files Resources/holy-build-box-internal.sh
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Resources/holy-build-box-internal.sh	Tue Jun 18 09:24:34 2019 +0200
+++ b/Resources/holy-build-box-internal.sh	Tue Jun 18 09:41:59 2019 +0200
@@ -27,6 +27,8 @@
 
 make -j`nproc`
 
-strip ./libOrthancGoogleCloudPlatform.so
+if [ "$1" == "Release" ]; then
+    strip ./libOrthancGoogleCloudPlatform.so
+fi
 
 make install