[commit: ghc] master: -fprof-auto-top (7f0f1d7)
git at git.haskell.org
git at git.haskell.org
Fri Jul 22 12:57:34 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/7f0f1d7f7d798e86b3d599d61dbc5ffc71afeb52/ghc
>---------------------------------------------------------------
commit 7f0f1d7f7d798e86b3d599d61dbc5ffc71afeb52
Author: Simon Marlow <smarlow at fb.com>
Date: Thu Jul 21 04:33:44 2016 -0700
-fprof-auto-top
>---------------------------------------------------------------
7f0f1d7f7d798e86b3d599d61dbc5ffc71afeb52
compiler/main/HscMain.hs | 1 +
1 file changed, 1 insertion(+)
diff --git a/compiler/main/HscMain.hs b/compiler/main/HscMain.hs
index bd7f8c9..94ab42e 100644
--- a/compiler/main/HscMain.hs
+++ b/compiler/main/HscMain.hs
@@ -1,4 +1,5 @@
{-# LANGUAGE BangPatterns, CPP, MagicHash, NondecreasingIndentation #-}
+{-# OPTIONS_GHC -fprof-auto-top #-}
-------------------------------------------------------------------------------
--
More information about the ghc-commits
mailing list