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 d44d64b commit 8514af7Copy full SHA for 8514af7
configure
@@ -418,7 +418,7 @@ opt ccache 0 "invoke gcc/clang via ccache to reuse object files between builds"
418
opt local-rust 0 "use an installed rustc rather than downloading a snapshot"
419
opt inject-std-version 1 "inject the current compiler version of libstd into programs"
420
opt llvm-static-stdcpp 0 "statically link to libstdc++ for LLVM"
421
-opt rpath 0 "build rpaths into rustc itself"
+opt rpath 1 "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"
0 commit comments