summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZubin Duggal <zubin.duggal@gmail.com>2021-08-06 23:41:12 +0530
committerZubin Duggal <zubin.duggal@gmail.com>2021-08-06 23:41:12 +0530
commitaf4d2d644ed208e3ba1a728954bdae4abf956a81 (patch)
treec3f8d002c9da6d12860f37d4c29662de5fcdece7
parentfc734ea16ab689ac5419d193bb3c8453a64649bf (diff)
downloadhaskell-af4d2d644ed208e3ba1a728954bdae4abf956a81.tar.gz
Document -fno-use-rpathswip/8.10-release-rollup
-rw-r--r--docs/users_guide/phases.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/users_guide/phases.rst b/docs/users_guide/phases.rst
index 841e92c058..e6dcb1dbd0 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.