From dfc6a0e0e7efe034cfee5ca1c37ec7d7bf321d07 Mon Sep 17 00:00:00 2001 From: Varsha Rao Date: Fri, 26 Mar 2021 12:16:05 +0530 Subject: [PATCH] doc/install: replace do_cmake note with link to ceph README Ceph README.md doc already has the do_cmake note and other build related info. Signed-off-by: Varsha Rao --- doc/install/build-ceph.rst | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/doc/install/build-ceph.rst b/doc/install/build-ceph.rst index 48f66a96b3e..f6e6e6e8bb5 100644 --- a/doc/install/build-ceph.rst +++ b/doc/install/build-ceph.rst @@ -40,12 +40,8 @@ repository and execute the following:: cd build ninja -.. note:: By default do_cmake.sh will build a debug version of ceph that may - perform up to 5 times slower with certain workloads. Pass - '-DCMAKE_BUILD_TYPE=RelWithDebInfo' to do_cmake.sh if you would like to - build a release version of the ceph executables instead. - -See `Installing a Build`_ to install a build in user space. +See `Installing a Build`_ to install a build in user space and `Ceph README.md`_ +doc for more details on build. Build Ceph Packages =================== @@ -108,3 +104,4 @@ For multi-processor CPUs use the ``-j`` option to accelerate the build. .. _Ceph: ../clone-source .. _Installing a Build: ../install-storage-cluster#installing-a-build +.. _Ceph README.md: https://github.com/ceph/ceph#building-ceph -- 2.47.3