From 39fb9484619796bb6e8064e70f4fc5d0f937cddf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 2 Oct 2017 07:10:46 +0200 Subject: [PATCH] sys-libs/compiler-rt: Disable building profile libs Closes: https://bugs.gentoo.org/631588 --- sys-libs/compiler-rt/compiler-rt-9999.ebuild | 1 + 1 file changed, 1 insertion(+) 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 ) -- 2.26.2