From: Varsha Rao Date: Fri, 26 Mar 2021 06:46:05 +0000 (+0530) Subject: doc/install: replace do_cmake note with link to ceph README X-Git-Tag: v17.1.0~2458^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=dfc6a0e0e7efe034cfee5ca1c37ec7d7bf321d07;p=ceph-ci.git 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 --- 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