File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 585585BOOL_OPTIONS=" "
586586VAL_OPTIONS=" "
587587
588- opt option-checking 1 " complain about unrecognized options"
589588opt debug 0 " debug mode; disables optimization unless \` --enable-optimize\` given"
590589opt valgrind 0 " run tests with valgrind (memcheck by default)"
591590opt 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"
610609opt rustbuild 0 " use the rust and cargo based build system"
611610opt orbit 0 " get MIR where it belongs - everywhere; most importantly, in orbit"
612611opt 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.
615615opt_nosave optimize 1 " build optimized rust code"
You can’t perform that action at this time.
0 commit comments