about summary refs log tree commit diff
path: root/configure
diff options
context:
space:
mode:
authorNick Cameron <ncameron@mozilla.com>2017-04-05 11:34:14 +1200
committerNick Cameron <ncameron@mozilla.com>2017-04-10 08:46:20 +1200
commit5766d526a250c92792ec877a65003d43683c94e5 (patch)
tree3a9c8591fd8586e705cc75b9f6529c3f85d9b5ce /configure
parent223b280f31622e6292653c5b5a0755657e514524 (diff)
downloadrust-5766d526a250c92792ec877a65003d43683c94e5.tar.gz
rust-5766d526a250c92792ec877a65003d43683c94e5.zip
Remove --enable-save-analysis configure flag
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure
index d6dded6dc5f..35b376d5f27 100755
--- a/configure
+++ b/configure
@@ -445,7 +445,6 @@ 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"