# HG changeset patch # User Sebastien Jodogne # Date 1560842674 -7200 # Node ID 42a6a2dd54ff42f2236399c135c3fcd30a480dad # Parent 798951e457f3be153facb829482cdc7a1a707aab stripping binary in holy build box to reduce binary size diff -r 798951e457f3 -r 42a6a2dd54ff Resources/holy-build-box-internal.sh --- 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