]> git.lizzy.rs Git - rust.git/commit
add `--enable-debuginfo-tests`, analogous to `--disable-optimize-tests`.
authorFelix S. Klock II <pnkfelix@pnkfx.org>
Wed, 29 Apr 2015 15:18:44 +0000 (17:18 +0200)
committerFelix S. Klock II <pnkfelix@pnkfx.org>
Wed, 29 Apr 2015 15:18:44 +0000 (17:18 +0200)
commitbd4b984537bd33c9625212c9ccbb3a6084001407
treea755ace580a4016248d289886a3fcb62f3243f11
parent551a74dddd84cf01440ee84148ebd18bc68bd7c8
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).
configure
mk/tests.mk