Skip to content

Commit 46b75eb

Browse files
committed
configure: Move --disable-option-checking to a more appropriate location
1 parent b22c8ec commit 46b75eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure

+1-1
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,6 @@ fi
585585
BOOL_OPTIONS=""
586586
VAL_OPTIONS=""
587587

588-
opt option-checking 1 "complain about unrecognized options"
589588
opt debug 0 "debug mode; disables optimization unless \`--enable-optimize\` given"
590589
opt valgrind 0 "run tests with valgrind (memcheck by default)"
591590
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"
610609
opt rustbuild 0 "use the rust and cargo based build system"
611610
opt orbit 0 "get MIR where it belongs - everywhere; most importantly, in orbit"
612611
opt codegen-tests 1 "run the src/test/codegen tests"
612+
opt option-checking 1 "complain about unrecognized options in this configure script"
613613

614614
# Optimization and debugging options. These may be overridden by the release channel, etc.
615615
opt_nosave optimize 1 "build optimized rust code"

0 commit comments

Comments
 (0)