Skip to content
Snippets Groups Projects
Commit e8a889a7 authored by Ben Gamari's avatar Ben Gamari
Browse files

Document -no-link

parent c126db99
No related branches found
No related tags found
1 merge request!8874Finalize 9.4.2
Pipeline #56036 passed with warnings
......@@ -80,7 +80,6 @@
-n
-no-keep-hi-file
-no-keep-o-file
-no-link
-no-recomp
-no-rtsopts
-no-user-package-conf
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment