From af4d2d644ed208e3ba1a728954bdae4abf956a81 Mon Sep 17 00:00:00 2001 From: Zubin Duggal <zubin.duggal@gmail.com> Date: Fri, 6 Aug 2021 23:41:12 +0530 Subject: [PATCH] Document -fno-use-rpaths --- docs/users_guide/phases.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/users_guide/phases.rst b/docs/users_guide/phases.rst index 841e92c0585f..e6dcb1dbd038 100644 --- a/docs/users_guide/phases.rst +++ b/docs/users_guide/phases.rst @@ -792,6 +792,7 @@ for example). :shortdesc: Set the rpath based on -L flags :type: dynamic :category: linking + :reverse: -fno-use-rpaths This flag is enabled by default and will set the rpath of the linked object to the library directories of dependent packages. -- GitLab