sys-libs/compiler-rt-sanitizers: Explicitly enable profile libs (NFC)
authorMichał Górny <mgorny@gentoo.org>
Mon, 2 Oct 2017 05:12:10 +0000 (07:12 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 2 Oct 2017 05:15:19 +0000 (07:15 +0200)
sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-9999.ebuild

index aec72902a47f64dfd280ce5991afdc8c09ef0863..82ccb7403217fbbd075a3f10b6c6c0481cd974b3 100644 (file)
@@ -82,6 +82,7 @@ src_configure() {
                # built-ins installed by sys-libs/compiler-rt
                -DCOMPILER_RT_BUILD_BUILTINS=OFF
                -DCOMPILER_RT_BUILD_LIBFUZZER=ON
+               -DCOMPILER_RT_BUILD_PROFILE=ON
                -DCOMPILER_RT_BUILD_SANITIZERS=ON
                -DCOMPILER_RT_BUILD_XRAY=ON
        )