[commit: nofib] master: Run the shootout benchmarks by default (e686954)
Johan Tibell
johan.tibell at gmail.com
Thu Feb 7 23:02:14 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/nofib
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/e686954055d6e0ccb27dfab69f3598e519a33089
>---------------------------------------------------------------
commit e686954055d6e0ccb27dfab69f3598e519a33089
Author: Johan Tibell <johan.tibell at gmail.com>
Date: Thu Feb 7 14:02:08 2013 -0800
Run the shootout benchmarks by default
>---------------------------------------------------------------
mk/boilerplate.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/mk/boilerplate.mk b/mk/boilerplate.mk
index 7050a02..1702e26 100644
--- a/mk/boilerplate.mk
+++ b/mk/boilerplate.mk
@@ -38,7 +38,7 @@ WERROR=
# gc
# smp
# fibon
-NoFibSubDirs = imaginary spectral real
+NoFibSubDirs = imaginary spectral real shootout
# The different ways to build nofib. Default is just to mirror
# what is done for the ghc prelude libraries.
More information about the ghc-commits
mailing list