changeset 12:42a6a2dd54ff

stripping binary in holy build box to reduce binary size
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 18 Jun 2019 09:24:34 +0200
parents 798951e457f3
children b7fa5e51367c
files Resources/holy-build-box-internal.sh
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Resources/holy-build-box-internal.sh	Fri Jun 14 09:56:12 2019 +0200
+++ b/Resources/holy-build-box-internal.sh	Tue Jun 18 09:24:34 2019 +0200
@@ -27,4 +27,6 @@
 
 make -j`nproc`
 
+strip ./libOrthancGoogleCloudPlatform.so
+
 make install