summaryrefslogtreecommitdiff
path: root/config.example.toml
diff options
context:
space:
mode:
authorWang Qilin <qilin.wang@huawei.com>2023-05-05 17:18:42 +0800
committerWang Qilin <qilin.wang@huawei.com>2023-05-05 17:46:10 +0800
commit23e443a5faab17059be8b9035bfa6f608cff1530 (patch)
tree34c3ec3a3f9f30f861f01f0aa8eedaf011415047 /config.example.toml
parentf5559e338256f17ada6d82b429acc2dbd8facc9c (diff)
downloadrust-23e443a5faab17059be8b9035bfa6f608cff1530.tar.gz
support enable rpath in each target independently
Diffstat (limited to 'config.example.toml')
-rw-r--r--config.example.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.example.toml b/config.example.toml
index 6d9c762ceca..d0eaa9fd7ff 100644
--- a/config.example.toml
+++ b/config.example.toml
@@ -750,6 +750,10 @@ changelog-seen = 2
# This option will override the same option under [build] section.
#profiler = build.profiler (bool)
+# This option supports enable `rpath` in each target independently,
+# and will override the same option under [rust] section. It only works on Unix platforms
+#rpath = rust.rpath (bool)
+
# Force static or dynamic linkage of the standard library for this target. If
# this target is a host for rustc, this will also affect the linkage of the
# compiler itself. This is useful for building rustc on targets that normally