diff options
| author | Dave Huseby <dhuseby@mozilla.com> | 2015-03-10 10:20:05 -0700 |
|---|---|---|
| committer | Dave Huseby <dhuseby@mozilla.com> | 2015-03-10 23:39:49 -0700 |
| commit | 8e082f77cf71ad7651820b93ec0a2b7f5ff62769 (patch) | |
| tree | d71e001000a546296ed4f5ab1c1e26b0fc67fc5c | |
| parent | f899513a30165946a75ff7f515ab37a226e72172 (diff) | |
| download | rust-8e082f77cf71ad7651820b93ec0a2b7f5ff62769.tar.gz rust-8e082f77cf71ad7651820b93ec0a2b7f5ff62769.zip | |
disabling jemalloc on bitrig
| -rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure index b0d0c3f29b8..73e09158539 100755 --- a/configure +++ b/configure @@ -760,8 +760,9 @@ fi # Force bitrig to build with clang; gcc doesn't like us there if [ $CFG_OSTYPE = unknown-bitrig ] then - step_msg "on Bitrig, forcing use of clang" + step_msg "on Bitrig, forcing use of clang, disabling jemalloc" CFG_ENABLE_CLANG=1 + CFG_ENABLE_JEMALLOC=0 fi if [ -z "$CFG_ENABLE_CLANG" -a -z "$CFG_GCC" ] |
