Skip to content

Commit

Permalink
sys-libs/compiler-rt: don't build memory profilers
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/767811
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Theo Anderson <[email protected]>
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
telans authored and mgorny committed Jan 29, 2021
1 parent b949712 commit 8565412
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions sys-libs/compiler-rt/compiler-rt-12.0.0.9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions sys-libs/compiler-rt/compiler-rt-12.0.0_rc1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions sys-libs/compiler-rt/compiler-rt-13.0.0.9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8565412

Please sign in to comment.