From: Michał Górny Date: Mon, 2 Oct 2017 05:10:46 +0000 (+0200) Subject: sys-libs/compiler-rt: Disable building profile libs X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=39fb9484619796bb6e8064e70f4fc5d0f937cddf;p=gentoo.git sys-libs/compiler-rt: Disable building profile libs Closes: https://bugs.gentoo.org/631588 --- diff --git a/sys-libs/compiler-rt/compiler-rt-9999.ebuild b/sys-libs/compiler-rt/compiler-rt-9999.ebuild index 466b41fb3ce7..3f8cb77ef772 100644 --- a/sys-libs/compiler-rt/compiler-rt-9999.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-9999.ebuild @@ -75,6 +75,7 @@ src_configure() { -DCOMPILER_RT_INCLUDE_TESTS=$(usex test) -DCOMPILER_RT_BUILD_LIBFUZZER=OFF + -DCOMPILER_RT_BUILD_PROFILE=OFF -DCOMPILER_RT_BUILD_SANITIZERS=OFF -DCOMPILER_RT_BUILD_XRAY=OFF )