]> git.lizzy.rs Git - rust.git/commit
enable jemalloc debugging in unoptimized builds
authorDaniel Micay <danielmicay@gmail.com>
Sun, 7 Sep 2014 18:05:32 +0000 (14:05 -0400)
committerDaniel Micay <danielmicay@gmail.com>
Sun, 7 Sep 2014 18:23:48 +0000 (14:23 -0400)
commit1ee099da36f6ac647747806558e555c5fe8dcd12
treef0d7c4aafb7be82a78573f73539e44ab2c155f95
parent4067252def4251d7c2f4afc79ae1716093fe27ac
enable jemalloc debugging in unoptimized builds

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.
Makefile.in
mk/main.mk
mk/rt.mk