[commit: ghc] wip/zyla-T8095: Enabled -fomit-type-family-coercions in validate build (584a346)
git at git.haskell.org
git at git.haskell.org
Thu Jul 20 14:16:02 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/zyla-T8095
Link : http://ghc.haskell.org/trac/ghc/changeset/584a3460ace69efbf5378db2c6f5a24b45856486/ghc
>---------------------------------------------------------------
commit 584a3460ace69efbf5378db2c6f5a24b45856486
Author: Matthew Pickering <matthewtpickering at gmail.com>
Date: Thu Jul 20 14:14:41 2017 +0000
Enabled -fomit-type-family-coercions in validate build
>---------------------------------------------------------------
584a3460ace69efbf5378db2c6f5a24b45856486
mk/flavours/validate.mk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/mk/flavours/validate.mk b/mk/flavours/validate.mk
index 2ff7c20..5549a6f 100644
--- a/mk/flavours/validate.mk
+++ b/mk/flavours/validate.mk
@@ -1,8 +1,8 @@
SRC_HC_OPTS = -O0 -H64m
SRC_HC_OPTS_STAGE1 = -fllvm-fill-undef-with-garbage # See Trac 11487
GhcStage1HcOpts = -O -DDEBUG
-GhcStage2HcOpts = -O -dcore-lint -dno-debug-output
-GhcLibHcOpts = -O -dcore-lint -dno-debug-output
+GhcStage2HcOpts = -O -dcore-lint -dno-debug-output -fomit-type-family-coercions
+GhcLibHcOpts = -O -dcore-lint -dno-debug-output -fomit-type-family-coercions
BUILD_PROF_LIBS = NO
SplitObjs = NO
SplitSections = NO
More information about the ghc-commits
mailing list