[Git][ghc/ghc][wip/backports-9.4] Document -no-link

Ben Gamari (@bgamari) gitlab at gitlab.haskell.org
Sat Aug 20 16:11:51 UTC 2022



Ben Gamari pushed to branch wip/backports-9.4 at Glasgow Haskell Compiler / GHC


Commits:
bd534a70 by Ben Gamari at 2022-08-20T12:11:41-04:00
Document -no-link

- - - - -


1 changed file:

- docs/users_guide/phases.rst


Changes:

=====================================
docs/users_guide/phases.rst
=====================================
@@ -788,6 +788,13 @@ for example).
     You can use an external main function if you initialize the RTS manually
     and pass ``-no-hs-main``. See also :ref:`using-own-main`.
 
+.. ghc-flag:: -no-link
+    :shortdesc: Stop after generating object (``.o``) file
+    :type: mode
+    :category: linking
+
+    Omits the link step.
+
 .. ghc-flag:: -c
     :shortdesc: Stop after generating object (``.o``) file
     :type: mode



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/bd534a701ac16d843300b3f2a2b2845972e3c31b

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/bd534a701ac16d843300b3f2a2b2845972e3c31b
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20220820/d1de0526/attachment-0001.html>


More information about the ghc-commits mailing list