Repository : ssh://[email protected]/ghc On branch : master Link : http://ghc.haskell.org/trac/ghc/changeset/ba576e55f88043cda639ac2d848e1162d43ffdbe/ghc
>--------------------------------------------------------------- commit ba576e55f88043cda639ac2d848e1162d43ffdbe Author: Austin Seipp <[email protected]> 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 <[email protected]> >--------------------------------------------------------------- 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 _______________________________________________ ghc-commits mailing list [email protected] http://www.haskell.org/mailman/listinfo/ghc-commits
