]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commit
ceph-dev-new-setup: enable debug options for dev builds 2167/head
authorPatrick Donnelly <pdonnell@ibm.com>
Tue, 3 Oct 2023 16:47:52 +0000 (16:47 +0000)
committerPatrick Donnelly <batrick@batbytes.com>
Thu, 5 Oct 2023 18:14:30 +0000 (14:14 -0400)
commit39860f5dc1b96c816726610cdbd33989375ba05b
treebe9187a49a1633915e16a6102760a01fa86905ca
parent3a0a9c37c3cfa84b249a655c28bf48173fec3c35
ceph-dev-new-setup: enable debug options for dev builds

Note: it has been this way since at least 35e1a715. It's difficult to tell when
or even if ceph was ever properly built with debugging configurations for QA as
there are corresponding changes in ceph with the switch to cmake which makes
this challenging to evaluate.

It's likely that it was wrongly assumed that cmake would set the build type to
Debug because the ".git" directory would be present. This is not the case
because the "make-dist" script (executed below) creates a git tarball that is
used for the actual untar/build. See also:

https://github.com/ceph/ceph/pull/53800

Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
ceph-dev-new-setup/build/build