Remove --enable-missing-tools from configure.py

This commit is contained in:
Jakub Beránek 2023-12-28 12:43:37 +01:00
parent 23994e1d76
commit 8763f7ae7d
No known key found for this signature in database
GPG Key ID: 909CD0D26483516B

View File

@ -55,7 +55,6 @@ o("profiler", "build.profiler", "build the profiler runtime")
o("full-tools", None, "enable all tools")
o("lld", "rust.lld", "build lld")
o("clang", "llvm.clang", "build clang")
o("missing-tools", "dist.missing-tools", "allow failures when building tools")
o("use-libcxx", "llvm.use-libcxx", "build LLVM with libc++")
o("control-flow-guard", "rust.control-flow-guard", "Enable Control Flow Guard")
o("patch-binaries-for-nix", "build.patch-binaries-for-nix", "whether patch binaries for usage with Nix toolchains")