commit: 39fb9484619796bb6e8064e70f4fc5d0f937cddf Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Oct 2 05:10:46 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Oct 2 05:15:18 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39fb9484
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 466b41fb3ce..3f8cb77ef77 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 )
