We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--enable-missing-tools
configure.py
1 parent 23994e1 commit 8763f7aCopy full SHA for 8763f7a
src/bootstrap/configure.py
@@ -55,7 +55,6 @@ def v(*args):
55
o("full-tools", None, "enable all tools")
56
o("lld", "rust.lld", "build lld")
57
o("clang", "llvm.clang", "build clang")
58
-o("missing-tools", "dist.missing-tools", "allow failures when building tools")
59
o("use-libcxx", "llvm.use-libcxx", "build LLVM with libc++")
60
o("control-flow-guard", "rust.control-flow-guard", "Enable Control Flow Guard")
61
o("patch-binaries-for-nix", "build.patch-binaries-for-nix", "whether patch binaries for usage with Nix toolchains")
0 commit comments