rust/mk
Felix S. Klock II bd4b984537 add --enable-debuginfo-tests, analogous to --disable-optimize-tests.
Then, decouple the question of whether the compiler/stdlib carry
debuginfo (which is controlled via `--enable-debuginfo` and implied by
`--enable-debug`) from the question of whether the tests carry
debuginfo (which now no longer is implied by `--enable-debug` nor
`--enable-debuginfo`, and is off by default).
2015-04-29 17:18:44 +02:00
..
cfg mk: Add support for musl-based builds 2015-04-27 10:11:15 -07:00
clean.mk
crates.mk mk: Add support for musl-based builds 2015-04-27 10:11:15 -07:00
ctags.mk
debuggers.mk
dist.mk
docs.mk
grammar.mk
host.mk
install.mk
llvm.mk
main.mk mk: Add support for musl-based builds 2015-04-27 10:11:15 -07:00
perf.mk
platform.mk
prepare.mk mk: Add support for musl-based builds 2015-04-27 10:11:15 -07:00
reconfig.mk
rt.mk test: Fix some tests to run with musl 2015-04-28 09:35:22 -07:00
rustllvm.mk
snap.mk
stage0.mk
target.mk mk: Add support for musl-based builds 2015-04-27 10:11:15 -07:00
tests.mk add --enable-debuginfo-tests, analogous to --disable-optimize-tests. 2015-04-29 17:18:44 +02:00
util.mk