mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
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:
committed by
Patrick McLean
parent
ca1fe53964
commit
2eae111954
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -7,7 +7,7 @@ index c4c24f6a75..b5631e8b84 100644
|
||||
#define CEPH_COMMON_BIT_STR_H
|
||||
|
||||
+#include <cstdint>
|
||||
+#include <ostream>
|
||||
+#include <iosfwd>
|
||||
#include <functional>
|
||||
|
||||
namespace ceph {
|
||||
|
||||
Reference in New Issue
Block a user