about summary refs log tree commit diff
path: root/src/libstd/sys/unix/stack_overflow.rs
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-12-12 09:01:52 -0800
committerAlex Crichton <alex@alexcrichton.com>2015-12-12 09:01:52 -0800
commit9bff8b090a1ee7bc03fc9b1cd2fac14ad5c77023 (patch)
tree74f3bb8d72e68584a66c1df83727b2fcd1c87134 /src/libstd/sys/unix/stack_overflow.rs
parent81dd3824ff4f4f85db2a092dab78e5e6c05f96cc (diff)
downloadrust-9bff8b090a1ee7bc03fc9b1cd2fac14ad5c77023.tar.gz
rust-9bff8b090a1ee7bc03fc9b1cd2fac14ad5c77023.zip
configure: Enable -C rpath by default
This commit changes our distribution and in-tree sources to pass the `-C rpath`
flag by default during compiles. This means that from-source builds, including
our release channels, will have this option enabled as well. Motivated
by #29941, this change means that the compiler should be usable as-is on all
platforms just after extraction or installation. This experience is already true
on Windows but on Unixes you still need to set up LD_LIBRARY_PATH or the
equivalent, which can often be unfortunate.

This option was originally turned off by default for Linux distributions who
tend to take care of these sorts of details themselves, so it is expected that
all those builds of Rust will want to pass `--disable-rpath` to the configure
script to preserve that behavior.

Closes #29941
Diffstat (limited to 'src/libstd/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions