sys-cluster/ceph: Use RelWithDebInfo cmake build type (bug 733316)

Closes: https://bugs.gentoo.org/733316
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
This commit is contained in:
Patrick McLean
2020-07-20 13:10:41 -07:00
committed by Patrick McLean
parent ca1fe53964
commit 2eae111954
3 changed files with 7 additions and 1 deletions

View File

@@ -173,6 +173,9 @@ RESTRICT="test? ( userpriv )"
# distribution tarball does not include everything needed for tests
RESTRICT+=" test"
# create a non-debug release
CMAKE_BUILD_TYPE=RelWithDebInfo
# false positives unless all USE flags are on
CMAKE_WARN_UNUSED_CLI=no

View File

@@ -178,6 +178,9 @@ RESTRICT="test? ( userpriv )"
# distribution tarball does not include everything needed for tests
RESTRICT+=" test"
# create a non-debug release
CMAKE_BUILD_TYPE=RelWithDebInfo
# false positives unless all USE flags are on
CMAKE_WARN_UNUSED_CLI=no

View File

@@ -7,7 +7,7 @@ index c4c24f6a75..b5631e8b84 100644
#define CEPH_COMMON_BIT_STR_H
+#include <cstdint>
+#include <ostream>
+#include <iosfwd>
#include <functional>
namespace ceph {