summaryrefslogtreecommitdiff
path: root/driver
diff options
context:
space:
mode:
authorAustin Seipp <aseipp@pobox.com>2013-09-04 11:13:30 -0500
committerAustin Seipp <aseipp@pobox.com>2013-09-04 11:13:30 -0500
commitba576e55f88043cda639ac2d848e1162d43ffdbe (patch)
treedd08186c2f9e6785035e2f76d4b4054da6215570 /driver
parent32ade417f7e82b6fbcb6f1c93871ba3141a8f5c8 (diff)
downloadhaskell-ba576e55f88043cda639ac2d848e1162d43ffdbe.tar.gz
Remove -fglasgow-exts from --help
It's been deprecated for who knows how long, and gives a warning. Signed-off-by: Austin Seipp <aseipp@pobox.com>
Diffstat (limited to 'driver')
-rw-r--r--driver/ghc-usage.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/driver/ghc-usage.txt b/driver/ghc-usage.txt
index 4eda2c1724..239b4540d8 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