diff options
author | Theo Anderson <telans@posteo.de> | 2021-01-29 20:41:00 +1300 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-01-29 22:58:38 +0100 |
commit | 8565412ff78e49e3e797c0733fb42a8ff7964bc3 (patch) | |
tree | cd99ba4fb219c88325386e448ed63e637f043cc8 /sys-libs/compiler-rt | |
parent | sys-libs/llvm-libunwind: Fix missing components w/ USE=-test (diff) | |
download | gentoo-8565412ff78e49e3e797c0733fb42a8ff7964bc3.tar.gz gentoo-8565412ff78e49e3e797c0733fb42a8ff7964bc3.tar.bz2 gentoo-8565412ff78e49e3e797c0733fb42a8ff7964bc3.zip |
sys-libs/compiler-rt: don't build memory profilers
Closes: https://bugs.gentoo.org/767811
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans@posteo.de>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-libs/compiler-rt')
-rw-r--r-- | sys-libs/compiler-rt/compiler-rt-12.0.0.9999.ebuild | 1 | ||||
-rw-r--r-- | sys-libs/compiler-rt/compiler-rt-12.0.0_rc1.ebuild | 1 | ||||
-rw-r--r-- | sys-libs/compiler-rt/compiler-rt-13.0.0.9999.ebuild | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/sys-libs/compiler-rt/compiler-rt-12.0.0.9999.ebuild b/sys-libs/compiler-rt/compiler-rt-12.0.0.9999.ebuild index 07412646ab2a..bdd3598e804f 100644 --- a/sys-libs/compiler-rt/compiler-rt-12.0.0.9999.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-12.0.0.9999.ebuild @@ -85,6 +85,7 @@ src_configure() { -DCOMPILER_RT_INCLUDE_TESTS=$(usex test) -DCOMPILER_RT_BUILD_LIBFUZZER=OFF + -DCOMPILER_RT_BUILD_MEMPROF=OFF -DCOMPILER_RT_BUILD_PROFILE=OFF -DCOMPILER_RT_BUILD_SANITIZERS=OFF -DCOMPILER_RT_BUILD_XRAY=OFF diff --git a/sys-libs/compiler-rt/compiler-rt-12.0.0_rc1.ebuild b/sys-libs/compiler-rt/compiler-rt-12.0.0_rc1.ebuild index 07412646ab2a..bdd3598e804f 100644 --- a/sys-libs/compiler-rt/compiler-rt-12.0.0_rc1.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-12.0.0_rc1.ebuild @@ -85,6 +85,7 @@ src_configure() { -DCOMPILER_RT_INCLUDE_TESTS=$(usex test) -DCOMPILER_RT_BUILD_LIBFUZZER=OFF + -DCOMPILER_RT_BUILD_MEMPROF=OFF -DCOMPILER_RT_BUILD_PROFILE=OFF -DCOMPILER_RT_BUILD_SANITIZERS=OFF -DCOMPILER_RT_BUILD_XRAY=OFF diff --git a/sys-libs/compiler-rt/compiler-rt-13.0.0.9999.ebuild b/sys-libs/compiler-rt/compiler-rt-13.0.0.9999.ebuild index 07412646ab2a..bdd3598e804f 100644 --- a/sys-libs/compiler-rt/compiler-rt-13.0.0.9999.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-13.0.0.9999.ebuild @@ -85,6 +85,7 @@ src_configure() { -DCOMPILER_RT_INCLUDE_TESTS=$(usex test) -DCOMPILER_RT_BUILD_LIBFUZZER=OFF + -DCOMPILER_RT_BUILD_MEMPROF=OFF -DCOMPILER_RT_BUILD_PROFILE=OFF -DCOMPILER_RT_BUILD_SANITIZERS=OFF -DCOMPILER_RT_BUILD_XRAY=OFF |