diff options
| author | Brian Anderson <banderson@mozilla.com> | 2015-04-08 13:17:46 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2015-04-08 13:22:56 -0700 |
| commit | ed8eebd99b65c54d95ce4302ddff1633ed96549b (patch) | |
| tree | 566ea3f9d7dc1149eb462844c93720ae10e45d3a /configure | |
| parent | bc9f16c59960cfb306178428956f8446337d27e7 (diff) | |
| download | rust-ed8eebd99b65c54d95ce4302ddff1633ed96549b.tar.gz rust-ed8eebd99b65c54d95ce4302ddff1633ed96549b.zip | |
configure: Rename --enable-debug to --enable-debug-assertions
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure index 51e9ad7d88e..6564c8c26e4 100755 --- a/configure +++ b/configure @@ -1,4 +1,4 @@ -<#!/bin/sh +#!/bin/sh msg() { echo "configure: $1" @@ -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 1 "build with extra debug fun" +opt debug-assertions 1 "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" |
