From: bors Date: Tue, 9 Sep 2014 07:56:19 +0000 (+0000) Subject: auto merge of #17083 : thestinger/rust/jemalloc, r=alexcrichton X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=7ab58f67d1014c07859cb23eabacc2e23c2765f0;p=rust.git auto merge of #17083 : thestinger/rust/jemalloc, r=alexcrichton 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. --- 7ab58f67d1014c07859cb23eabacc2e23c2765f0