From: Kefu Chai Date: Wed, 9 Oct 2019 04:26:06 +0000 (+0800) Subject: do_cmake.sh: remove -DCMAKE_BUILD_TYPE=Debug from cmake options X-Git-Tag: v15.1.0~1303^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=4ea4ddc482346b2e63c6f1f0185d692739464736;p=ceph-ci.git do_cmake.sh: remove -DCMAKE_BUILD_TYPE=Debug from cmake options so we can use do_cmake.sh for building release builds, which are required for performance tests. Signed-off-by: Kefu Chai --- diff --git a/do_cmake.sh b/do_cmake.sh index 8c15d970242..edded7a8e70 100755 --- a/do_cmake.sh +++ b/do_cmake.sh @@ -56,7 +56,7 @@ if type cmake3 > /dev/null 2>&1 ; then else CMAKE=cmake fi -${CMAKE} -DCMAKE_BUILD_TYPE=Debug $ARGS "$@" .. || exit 1 +${CMAKE} $ARGS "$@" .. || exit 1 # minimal config to find plugins cat < ceph.conf