]> git.lizzy.rs Git - rust.git/commit
Auto merge of #24205 - brson:debug, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 9 Apr 2015 23:52:02 +0000 (23:52 +0000)
committerbors <bors@rust-lang.org>
Thu, 9 Apr 2015 23:52:02 +0000 (23:52 +0000)
commit6b95d8bed8afff7262ec5623677e320bf63d2230
tree9fb1d1de8ff8cc98877db961a6ebbe1413c2e210
parent88fc543866c2c48b3b1a32e9d55a4eb77d1dee66
parent0e0c841bd5f7bbf3f5788e9e96aa682e6e7726b2
Auto merge of #24205 - brson:debug, r=alexcrichton

This makes the default configuration fully optimized, with no debugging options, no llvm asserts, renames --enable-debug to --enable-debug-assertions, and adds --enable-debug as a blanket option that toggles various things, per #17665. It does not add a `--enable-release` flag since that would be a no-op.

cc @nrc

Fixes https://github.com/rust-lang/rust/issues/22390
Fixes https://github.com/rust-lang/rust/issues/17081
Partially addresses https://github.com/rust-lang/rust/issues/17665