diff options
author | Seraphime Kirkovski <kirkseraph@gmail.com> | 2016-05-24 22:30:09 +0200 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2016-05-24 23:49:21 +0200 |
commit | 1956cbf13bd2138500daebd5f1f0a4931d8710ec (patch) | |
tree | e05db790e1db401fd7292d78334aa56738a3e362 /driver/ghc-usage.txt | |
parent | fe8a4e5d77ef8b2bdb2e7e87d50eb477c94bce43 (diff) | |
download | haskell-1956cbf13bd2138500daebd5f1f0a4931d8710ec.tar.gz |
Fix: #12084 deprecate old profiling flags
Change help message so it doesn't specify -auto-all.
Make old profiling flags deprecated as they are no longer
documented.
Update Makefile and documentation accordingly.
Update release notes for ghc 8.2
Test Plan:
./verify; `ghc --help` shouldn't specify the -auto-all
flag. Furthermore `ghc -fprof -auto-all` should emit a warning
Reviewed By: thomie, austin
Differential Revision: https://phabricator.haskell.org/D2257
GHC Trac Issues: #12084
Update submodule nofib
Diffstat (limited to 'driver/ghc-usage.txt')
-rw-r--r-- | driver/ghc-usage.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/ghc-usage.txt b/driver/ghc-usage.txt index 0b56db7419..1ea8e7d417 100644 --- a/driver/ghc-usage.txt +++ b/driver/ghc-usage.txt @@ -50,7 +50,7 @@ Other commonly-used options are: -O An `optimising' package of compiler flags, for faster code -prof Compile for cost-centre profiling - (add -auto-all for automagic cost-centres on all + (add -fprof-auto for automagic cost-centres on all top-level functions) -H14m Increase compiler's heap size (might make compilation |