diff options
| author | Brian Anderson <banderson@mozilla.com> | 2015-04-08 13:23:44 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2015-04-08 13:23:44 -0700 |
| commit | 59e332bd2f3cd448b3976b919caeebede15a9694 (patch) | |
| tree | 17590088f4b5dce77942c4e8c149aa41efd16859 /configure | |
| parent | ed8eebd99b65c54d95ce4302ddff1633ed96549b (diff) | |
| download | rust-59e332bd2f3cd448b3976b919caeebede15a9694.tar.gz rust-59e332bd2f3cd448b3976b919caeebede15a9694.zip | |
configure: Disable debug assertions by default
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index 6564c8c26e4..b301ad73c81 100755 --- a/configure +++ b/configure @@ -534,7 +534,7 @@ opt optimize-llvm 1 "build optimized LLVM" opt optimize-tests 1 "build tests with optimizations" opt libcpp 1 "build with llvm with libc++ instead of libstdc++ when using clang" opt llvm-assertions 1 "build LLVM with assertions" -opt debug-assertions 1 "build with extra debug fun" +opt debug-assertions 0 "build with extra debug fun" opt fast-make 0 "use .gitmodules as timestamp for submodule deps" opt ccache 0 "invoke gcc/clang via ccache to reuse object files between builds" opt local-rust 0 "use an installed rustc rather than downloading a snapshot" |
