projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a79b3d3
)
sys-libs/compiler-rt: Disable building profile libs
author
Michał Górny
<mgorny@gentoo.org>
Mon, 2 Oct 2017 05:10:46 +0000
(07:10 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Mon, 2 Oct 2017 05:15:18 +0000
(07:15 +0200)
Closes: https://bugs.gentoo.org/631588
sys-libs/compiler-rt/compiler-rt-9999.ebuild
patch
|
blob
|
history
diff --git
a/sys-libs/compiler-rt/compiler-rt-9999.ebuild
b/sys-libs/compiler-rt/compiler-rt-9999.ebuild
index 466b41fb3ce7b4333d4578f770b17598412cb0a5..3f8cb77ef772f28504e44187b85b464d1b6dc0f9 100644
(file)
--- 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
)