]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
do_cmake.sh: remove -DCMAKE_BUILD_TYPE=Debug from cmake options
authorKefu Chai <kchai@redhat.com>
Wed, 9 Oct 2019 04:26:06 +0000 (12:26 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 9 Oct 2019 04:26:17 +0000 (12:26 +0800)
so we can use do_cmake.sh for building release builds, which are
required for performance tests.

Signed-off-by: Kefu Chai <kchai@redhat.com>
do_cmake.sh

index 8c15d970242b1b939b336f9f1d4fabf5c737cf17..edded7a8e701e233f53c25068b0439bb471eb41e 100755 (executable)
@@ -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 <<EOF > ceph.conf