]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
do_cmake.sh: remove -DCMAKE_BUILD_TYPE=Debug from cmake options 30250/head
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)
commit4ea4ddc482346b2e63c6f1f0185d692739464736
tree6bc052d81e71416862451857c6ce825a83504f5c
parent37e2e76fa8deb95cccd0d5ec2dfba5808039d322
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 <kchai@redhat.com>
do_cmake.sh