Skip to content

Commit 7bea81b

Browse files
committed
---
yaml --- r: 277301 b: refs/heads/try c: 46b75eb h: refs/heads/master i: 277299: 32695fc
1 parent a3dbe48 commit 7bea81b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 6dbb0e86aec11050480beb76eade6fb805010ba7
33
refs/heads/snap-stage3: 235d77457d80b549dad3ac36d94f235208a1eafb
4-
refs/heads/try: b22c8ec5c74e75cf579aad50e3948e8c01f9d343
4+
refs/heads/try: 46b75eb54bf19aa0eeb9d362b5387892fd2c2dfd
55
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
66
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
77
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503

branches/try/configure

Lines changed: 1 addition & 1 deletion
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)