diff options
author | Thomas Miedema <thomasmiedema@gmail.com> | 2014-11-18 22:18:43 -0600 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2014-11-19 17:03:05 -0600 |
commit | 66c05136b7940930b22cb2830f1249f97986f15b (patch) | |
tree | e16344d9f2e671737a29d20998f16aa447ac328f /docs/users_guide/flags.xml | |
parent | 6fc78fdfa1482a31ed7b586f20c9d7cb592ea944 (diff) | |
download | haskell-66c05136b7940930b22cb2830f1249f97986f15b.tar.gz |
Update documentation for "Batch compiler mode"
Summary:
Since commit 7828bf3ea2ea34e7a3a8662f5f621ef706ffee5c
* --make is the default
* -c is a mode flag, except when used in combination with --make
Also:
* -C (generate C code) is only available in unregisterised mode.
Reviewers: austin
Reviewed By: austin
Subscribers: thomie, carter
Differential Revision: https://phabricator.haskell.org/D427
Diffstat (limited to 'docs/users_guide/flags.xml')
-rw-r--r-- | docs/users_guide/flags.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/users_guide/flags.xml b/docs/users_guide/flags.xml index 33af295f1b..e8218f7de1 100644 --- a/docs/users_guide/flags.xml +++ b/docs/users_guide/flags.xml @@ -209,8 +209,8 @@ </row> <row> <entry><option>-c</option></entry> - <entry>Do not link</entry> - <entry>dynamic</entry> + <entry>Stop after generating object (<literal>.o</literal>) file</entry> + <entry>mode</entry> <entry>-</entry> </row> <row> |