Remove --enable-save-analysis configure flag

This commit is contained in:
Nick Cameron 2017-04-05 11:34:14 +12:00
parent 223b280f31
commit 5766d526a2
9 changed files with 6 additions and 22 deletions

1
configure vendored
View file

@ -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"