We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
{disable,enable}-patch-binaries-for-nix
1 parent 41cb42a commit d454cabCopy full SHA for d454cab
src/bootstrap/configure.py
@@ -58,6 +58,7 @@ def v(*args):
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")
62
63
v("llvm-cflags", "llvm.cflags", "build LLVM with these extra compiler flags")
64
v("llvm-cxxflags", "llvm.cxxflags", "build LLVM with these extra compiler flags")
0 commit comments