]> git.lizzy.rs Git - rust.git/blobdiff - configure
Auto merge of #41191 - seanmonstar:spec-extend-vec-intoiter, r=alexcrichton
[rust.git] / configure
index 9b34e214214a5e173ec7bbc9957e47695be8a5b4..35b376d5f27b8c498d3691e720c9d3dcde558f45 100755 (executable)
--- a/configure
+++ b/configure
@@ -437,6 +437,7 @@ opt local-rust 0 "use an installed rustc rather than downloading a snapshot"
 opt local-rebuild 0 "assume local-rust matches the current version, for rebuilds; implies local-rust, and is implied if local-rust already matches the current version"
 opt llvm-static-stdcpp 0 "statically link to libstdc++ for LLVM"
 opt llvm-link-shared 0 "prefer shared linking to LLVM (llvm-config --link-shared)"
+opt llvm-clean-rebuild 0 "delete LLVM build directory on rebuild"
 opt rpath 1 "build rpaths into rustc itself"
 opt stage0-landing-pads 1 "enable landing pads during bootstrap with stage0"
 # This is used by the automation to produce single-target nightlies