rust/mk
Daniel Micay 1ee099da36 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.
2014-09-07 14:23:48 -04:00
..
clean.mk
crates.mk Allow a regex filter for RUST_LOG 2014-08-28 10:14:57 +12:00
ctags.mk
dist.mk
docs.mk
grammar.mk
host.mk
install.mk
llvm.mk
main.mk enable jemalloc debugging in unoptimized builds 2014-09-07 14:23:48 -04:00
perf.mk
platform.mk Use gcc for cross-build linking, not g++. 2014-08-04 17:43:48 -07:00
prepare.mk
reconfig.mk
rt.mk enable jemalloc debugging in unoptimized builds 2014-09-07 14:23:48 -04:00
rustllvm.mk
snap.mk
stage0.mk
target.mk
tests.mk debuginfo: Emit different autotest debugger scripts depending on GDB version. 2014-08-27 15:19:14 +02:00
util.mk