Thanks to visit codestin.com Credit goes to github.com
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 39c6804 commit 4bd363aCopy full SHA for 4bd363a
src/bootstrap/builder.rs
@@ -1589,8 +1589,8 @@ impl<'a> Builder<'a> {
1589
// which adds to the runtime dynamic loader path when looking for
1590
// dynamic libraries. We use this by default on Unix platforms to ensure
1591
// that our nightlies behave the same on Windows, that is they work out
1592
- // of the box. This can be disabled, of course, but basically that's why
1593
- // we're gated on RUSTC_RPATH here.
+ // of the box. This can be disabled by setting `rpath = false` in `[rust]`
+ // table of `config.toml`
1594
//
1595
// Ok, so the astute might be wondering "why isn't `-C rpath` used
1596
// here?" and that is indeed a good question to ask. This codegen
0 commit comments