diff options
| author | bors <bors@rust-lang.org> | 2015-04-30 15:16:24 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2015-04-30 15:16:24 +0000 |
| commit | 2f613bfaeb81ce25b116835a5f09750384b888c7 (patch) | |
| tree | b5474c620c61321e84aa195c155cf53d4ccc64f7 | |
| parent | f9ecc6e888c2ad5ad60971b3b4af387739099ae1 (diff) | |
| parent | 98b7aaf3efefb1705e3f0128feec805e27290532 (diff) | |
| download | rust-2f613bfaeb81ce25b116835a5f09750384b888c7.tar.gz rust-2f613bfaeb81ce25b116835a5f09750384b888c7.zip | |
Auto merge of #24902 - bombless:configure, r=pnkfelix
Closes #24840
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index dbca73415fe..9aebfe07967 100755 --- a/configure +++ b/configure @@ -544,7 +544,7 @@ fi BOOL_OPTIONS="" VAL_OPTIONS="" -opt debug 0 "debug mode" +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" opt valgrind-rpass 1 "run rpass-valgrind tests with valgrind" |
