summaryrefslogtreecommitdiff
path: root/net-p2p/monero/monero-0.13.0.2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/monero/monero-0.13.0.2.ebuild')
-rw-r--r--net-p2p/monero/monero-0.13.0.2.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-p2p/monero/monero-0.13.0.2.ebuild b/net-p2p/monero/monero-0.13.0.2.ebuild
index a255bd61..ee0b71c7 100644
--- a/net-p2p/monero/monero-0.13.0.2.ebuild
+++ b/net-p2p/monero/monero-0.13.0.2.ebuild
@@ -35,9 +35,10 @@ PDEPEND="qt5? ( =net-p2p/monero-gui-${PV} )"
PATCHES=( "${FILESDIR}/${PV}-Drop-in-tree-miniupnpc.patch" )
+CMAKE_BUILD_TYPE=Release
+
src_configure () {
local mycmakeargs=(
- -DCMAKE_BUILD_TYPE=Release
-DBUILD_DOCUMENTATION="$(usex doc ON OFF)"
-DBUILD_TESTS=OFF
-DCOVERAGE=OFF