diff options
| author | Guillaume Bonnet <guillaumebonnet10@gmail.com> | 2016-02-03 16:29:53 +0100 |
|---|---|---|
| committer | Guillaume Bonnet <guillaumebonnet10@gmail.com> | 2016-04-22 18:24:31 +0200 |
| commit | 46b75eb54bf19aa0eeb9d362b5387892fd2c2dfd (patch) | |
| tree | 3164855985849a295dad235a6ae8bdfe81e09b1d | |
| parent | b22c8ec5c74e75cf579aad50e3948e8c01f9d343 (diff) | |
| download | rust-46b75eb54bf19aa0eeb9d362b5387892fd2c2dfd.tar.gz rust-46b75eb54bf19aa0eeb9d362b5387892fd2c2dfd.zip | |
configure: Move --disable-option-checking to a more appropriate location
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index 3a9051051da..db3ca2eecbb 100755 --- a/configure +++ b/configure @@ -585,7 +585,6 @@ fi BOOL_OPTIONS="" VAL_OPTIONS="" -opt option-checking 1 "complain about unrecognized options" opt debug 0 "debug mode; disables optimization unless \`--enable-optimize\` given" opt valgrind 0 "run tests with valgrind (memcheck by default)" opt helgrind 0 "run tests with helgrind instead of memcheck" @@ -610,6 +609,7 @@ opt llvm-version-check 1 "check if the LLVM version is supported, build anyway" opt rustbuild 0 "use the rust and cargo based build system" opt orbit 0 "get MIR where it belongs - everywhere; most importantly, in orbit" opt codegen-tests 1 "run the src/test/codegen tests" +opt option-checking 1 "complain about unrecognized options in this configure script" # Optimization and debugging options. These may be overridden by the release channel, etc. opt_nosave optimize 1 "build optimized rust code" |
