[commit: nofib] supercompiler: Change how default supercompliation options are setup (9812ada)
Max Bolingbroke <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.ghc |
|---|---|
| Message-ID | <[email protected]> |
Repository : ssh://darcs.haskell.org//srv/darcs/nofib On branch : supercompiler http://hackage.haskell.org/trac/ghc/changeset/9812ada23b048da81416daf08494b75ae0bf48d2 >--------------------------------------------------------------- commit 9812ada23b048da81416daf08494b75ae0bf48d2 Author: Max Bolingbroke <[email protected]> Date: Thu Mar 15 09:01:07 2012 +0000 Change how default supercompliation options are setup >--------------------------------------------------------------- mk/ghc-opts.mk | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/mk/ghc-opts.mk b/mk/ghc-opts.mk index 15ab620..6aa2ffd 100644 --- a/mk/ghc-opts.mk +++ b/mk/ghc-opts.mk @@ -59,9 +59,7 @@ endif # All the standard gluing together, as in the comment right at the front -ifeq "$(SRC_SUPERCOMP_HC_OPTS" "" SRC_SUPERCOMP_HC_OPTS = -fsupercompiler-bound-steps -endif HC_OPTS = $(BOOTSTRAPPING_PACKAGE_CONF_HC_OPTS) $(SRC_HC_OPTS) $(WAY$(_way)_HC_OPTS) $($*_HC_OPTS) $(EXTRA_HC_OPTS) ifeq "$(HC_VERSION_GE_6_13)" "YES"