sys-libs/compiler-rt: Disable building profile libs
authorMichał Górny <mgorny@gentoo.org>
Mon, 2 Oct 2017 05:10:46 +0000 (07:10 +0200)
committerMichał 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

index 466b41fb3ce7b4333d4578f770b17598412cb0a5..3f8cb77ef772f28504e44187b85b464d1b6dc0f9 100644 (file)
@@ -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
        )