[commit: packages/bytestring] master: Fix: #12084 deprecate old profiling flags (afde4e4)

git at git.haskell.org git at git.haskell.org
Mon Apr 17 21:31:04 UTC 2017


Repository : ssh://git@git.haskell.org/bytestring

On branch  : master
Link       : http://git.haskell.org/packages/bytestring.git/commitdiff/afde4e45af0353209a61c3efa5cb6033f6449f5b

>---------------------------------------------------------------

commit afde4e45af0353209a61c3efa5cb6033f6449f5b
Author: Seraphime Kirkovski <kirkseraph at gmail.com>
Date:   Sun May 22 17:43:14 2016 +0200

    Fix: #12084 deprecate old profiling flags


>---------------------------------------------------------------

afde4e45af0353209a61c3efa5cb6033f6449f5b
 tests/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/Makefile b/tests/Makefile
index ffd6115..858f830 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -112,12 +112,12 @@ fusionbench::
 
 prof::
 	@if [ ! -f "bigdata" ] ; then ln -s data bigdata ; fi
-	${GHC} ${PKG} ${GHCFLAGS} -prof -auto-all --make Bench.hs -o bench
+	${GHC} ${PKG} ${GHCFLAGS} -prof -fprof-auto --make Bench.hs -o bench
 	./bench +RTS -H64m -p
 
 fusionprof::
 	@if [ ! -f "bigdata" ] ; then ln -s data bigdata ; fi
-	${GHC} ${PKG} ${GHCFLAGS} -prof -auto-all --make FusionBench.hs -o fusionbench
+	${GHC} ${PKG} ${GHCFLAGS} -prof -fprof-auto --make FusionBench.hs -o fusionbench
 	./bench +RTS -H64m -p
 
 # ---------------------------------------------------------



More information about the ghc-commits mailing list