summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2017-03-15 13:50:13 +0000
committerbors <bors@rust-lang.org>2017-03-15 13:50:13 +0000
commit0aeb9c12979e6da753701a798d04105b6b1a8c28 (patch)
tree847107cd73b51517d22d90ebdfedadc701f2a291 /configure
parent11a33760ecfd925be089a28c54f12a5490fd9a2f (diff)
parentd4040c3a3fa9cc416f2f997b52946d6cd6b17e48 (diff)
downloadrust-0aeb9c12979e6da753701a798d04105b6b1a8c28.tar.gz
Auto merge of #40383 - ishitatsuyuki:easy-dist-analysis, r=alexcrichton
rustbuild: Make save-analysis an option This makes save-analysis an option independent from the release channel. The CI build scripts have been modified to enable the flag. *Merge with caution.* I haven't tested this, and this can cause nightly breakage.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 35b376d5f27..d6dded6dc5f 100755
--- a/configure
+++ b/configure
@@ -445,6 +445,7 @@ opt dist-host-only 0 "only install bins for the host architecture"
opt inject-std-version 1 "inject the current compiler version of libstd into programs"
opt llvm-version-check 1 "check if the LLVM version is supported, build anyway"
opt codegen-tests 1 "run the src/test/codegen tests"
+opt save-analysis 0 "save API analysis data"
opt option-checking 1 "complain about unrecognized options in this configure script"
opt ninja 0 "build LLVM using the Ninja generator (for MSVC, requires building in the correct environment)"
opt locked-deps 0 "force Cargo.lock to be up to date"