summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Anderson <telans@posteo.de>2021-01-29 20:41:00 +1300
committerMichał Górny <mgorny@gentoo.org>2021-01-29 22:58:38 +0100
commit8565412ff78e49e3e797c0733fb42a8ff7964bc3 (patch)
treecd99ba4fb219c88325386e448ed63e637f043cc8 /sys-libs/compiler-rt/compiler-rt-12.0.0.9999.ebuild
parentsys-libs/llvm-libunwind: Fix missing components w/ USE=-test (diff)
downloadgentoo-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/compiler-rt-12.0.0.9999.ebuild')
-rw-r--r--sys-libs/compiler-rt/compiler-rt-12.0.0.9999.ebuild1
1 files changed, 1 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