diff Resources/holy-build-box-internal.sh @ 3:cd1231292eb6

build type in holy build box
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 13 Jun 2019 15:50:25 +0200
parents 39bdff8f0247
children 42a6a2dd54ff
line wrap: on
line diff
--- a/Resources/holy-build-box-internal.sh	Thu Jun 13 15:32:35 2019 +0200
+++ b/Resources/holy-build-box-internal.sh	Thu Jun 13 15:50:25 2019 +0200
@@ -21,7 +21,7 @@
 
 cp -r /source /tmp/source-writeable
 cmake /tmp/source-writeable \
-    -DCMAKE_BUILD_TYPE=Release -DSTATIC_BUILD=ON \
+    -DCMAKE_BUILD_TYPE=$1 -DSTATIC_BUILD=ON \
     -DORTHANC_FRAMEWORK_SOURCE=web \
     -DCMAKE_INSTALL_PREFIX=/target