diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-10-02 07:10:46 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-10-02 07:15:18 +0200 |
commit | 39fb9484619796bb6e8064e70f4fc5d0f937cddf (patch) | |
tree | 9d48bb77e28d5959255bda1ba1c8736031e09df9 /sys-libs/compiler-rt | |
parent | media-gfx/pqiv: remove old (diff) | |
download | gentoo-39fb9484619796bb6e8064e70f4fc5d0f937cddf.tar.gz gentoo-39fb9484619796bb6e8064e70f4fc5d0f937cddf.tar.bz2 gentoo-39fb9484619796bb6e8064e70f4fc5d0f937cddf.zip |
sys-libs/compiler-rt: Disable building profile libs
Closes: https://bugs.gentoo.org/631588
Diffstat (limited to 'sys-libs/compiler-rt')
-rw-r--r-- | sys-libs/compiler-rt/compiler-rt-9999.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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 ) |