]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
scripts/build_utils.sh: build Debug builds for crimson flavor 1805/head
authorKefu Chai <kchai@redhat.com>
Wed, 28 Apr 2021 06:16:52 +0000 (14:16 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 28 Apr 2021 06:16:54 +0000 (14:16 +0800)
for ease of testing.

Signed-off-by: Kefu Chai <kchai@redhat.com>
scripts/build_utils.sh

index 8cf0298fecefe36d9a875b2d4cb0eed83804ec0c..cc2876f8a2067674ef3922deb554d2f1404c5c71 100644 (file)
@@ -833,6 +833,7 @@ ceph_build_args_from_flavor() {
         ;;
     crimson)
         CEPH_EXTRA_RPMBUILD_ARGS="--with seastar"
+        CEPH_EXTRA_CMAKE_ARGS+=" -DCMAKE_BUILD_TYPE=Debug"
         CEPH_EXTRA_CMAKE_ARGS+=" -DWITH_SEASTAR=ON"
         ;;
     *)