From 23e443a5faab17059be8b9035bfa6f608cff1530 Mon Sep 17 00:00:00 2001 From: Wang Qilin Date: Fri, 5 May 2023 17:18:42 +0800 Subject: support enable rpath in each target independently --- config.example.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config.example.toml') 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 -- cgit v1.2.1