]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #17083 : thestinger/rust/jemalloc, r=alexcrichton
authorbors <bors@rust-lang.org>
Tue, 9 Sep 2014 07:56:19 +0000 (07:56 +0000)
committerbors <bors@rust-lang.org>
Tue, 9 Sep 2014 07:56:19 +0000 (07:56 +0000)
The performance hit from these checks is significant, but unoptimized
builds are already incredibly slow. Enabling these checks results in
better test coverage since there are bots doing unoptimized builds, and
the cost is relatively small in the context of an unoptimized build.
This also allows using `JEMALLOC_FLAGS` to override the default
configure flags.


Trivial merge