about summary refs log tree commit diff
path: root/src/libsyntax/errors
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2015-09-28 15:58:44 +0000
committerbors <bors@rust-lang.org>2015-09-28 15:58:44 +0000
commit9e11845d77264c52d1066c0adca184dd0a418ac1 (patch)
treebb15695f9ce15e4f9fa64e0ea4bb518548df3833 /src/libsyntax/errors
parent638b2608a70171593471b45fb344741a37230b0d (diff)
parent747f0be0822faa0ef9a62384b2960e6c22b67b6a (diff)
downloadrust-9e11845d77264c52d1066c0adca184dd0a418ac1.tar.gz
rust-9e11845d77264c52d1066c0adca184dd0a418ac1.zip
Auto merge of #28668 - alexcrichton:crossing-with-jemalloc, r=nrc
This commit updates the compiler to not attempt to use jemalloc for platforms
where jemalloc is never enabled. Currently the compiler attempts to link in
jemalloc based on whether `--disable-jemalloc` was specified at build time for
the compiler itself, but this is only the right decision for the host target,
not for other targets.

This still leaves a hole open where a set of target libraries are downloaded
which were built with `--disable-jemalloc` and the compiler is unaware of that,
but this is a pretty rare case so it can always be fixed later.
Diffstat (limited to 'src/libsyntax/errors')
0 files changed, 0 insertions, 0 deletions