[commit: ghc] wip/nfs-locking: Add a note on --integer-simple command line flag (5ca4af3)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 01:17:10 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/5ca4af3f65b77af080508655a12c6f48b7d5ce31/ghc
>---------------------------------------------------------------
commit 5ca4af3f65b77af080508655a12c6f48b7d5ce31
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Fri Jan 13 00:49:58 2017 +0000
Add a note on --integer-simple command line flag
See #179. [skip ci]
>---------------------------------------------------------------
5ca4af3f65b77af080508655a12c6f48b7d5ce31
README.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/README.md b/README.md
index 109f7f0..038bde5 100644
--- a/README.md
+++ b/README.md
@@ -60,6 +60,9 @@ currently supports several others:
* `--haddock`: build Haddock documentation.
+* `--integer-simple`: build GHC using the `integer-simple` integer library (instead
+of `integer-gmp`).
+
* `--progress-colour=MODE`: choose whether to use colours when printing build progress
info. There are three settings: `never` (do not use colours), `auto` (attempt to detect
whether the console supports colours; this is the default setting), and `always` (use
More information about the ghc-commits
mailing list