• F
    add `--enable-debuginfo-tests`, analogous to `--disable-optimize-tests`. · bd4b9845
    Felix S. Klock II 提交于
    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).
    bd4b9845
configure 40.2 KB