[commit: ghc] master: Remove -fglasgow-exts from --help (ba576e5)
git at git.haskell.org
git at git.haskell.org
Wed Sep 4 18:13:52 CEST 2013
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/ba576e55f88043cda639ac2d848e1162d43ffdbe/ghc
>---------------------------------------------------------------
commit ba576e55f88043cda639ac2d848e1162d43ffdbe
Author: Austin Seipp <aseipp at pobox.com>
Date: Wed Sep 4 11:13:30 2013 -0500
Remove -fglasgow-exts from --help
It's been deprecated for who knows how long, and gives a warning.
Signed-off-by: Austin Seipp <aseipp at pobox.com>
>---------------------------------------------------------------
ba576e55f88043cda639ac2d848e1162d43ffdbe
driver/ghc-usage.txt | 2 --
1 file changed, 2 deletions(-)
diff --git a/driver/ghc-usage.txt b/driver/ghc-usage.txt
index 4eda2c1..239b454 100644
--- a/driver/ghc-usage.txt
+++ b/driver/ghc-usage.txt
@@ -47,8 +47,6 @@ Other commonly-used options are:
-v[n] Control verbosity (n is 0--5, normal verbosity level is 1,
-v alone is equivalent to -v3)
- -fglasgow-exts Allow Glasgow extensions (unboxed types, etc.)
-
-O An `optimising' package of compiler flags, for faster code
-prof Compile for cost-centre profiling
More information about the ghc-commits
mailing list