We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce20571 commit 04914fdCopy full SHA for 04914fd
configure
@@ -422,6 +422,8 @@ opt rpath 0 "build rpaths into rustc itself"
422
opt nightly 0 "build nightly packages"
423
opt verify-install 1 "verify installed binaries work"
424
opt jemalloc 1 "build liballoc with jemalloc"
425
+# This is used by the automation to produce single-target nightlies
426
+opt dist-host-only 0 "only install bins for the host architecture"
427
valopt prefix "/usr/local" "set installation prefix"
428
valopt local-rust-root "/usr/local" "set prefix for local rust binary"
429
valopt llvm-root "" "set LLVM root"
0 commit comments