diff options
author | Jose Pedro Magalhaes <jpm@cs.uu.nl> | 2011-05-05 13:26:24 +0200 |
---|---|---|
committer | Jose Pedro Magalhaes <jpm@cs.uu.nl> | 2011-05-05 13:26:24 +0200 |
commit | 54ca48a98d49f21bb485241e85ed473236420b6d (patch) | |
tree | c9bdecf7ad49d2b26c8ebb112c1431b8d439bb64 /mk/validate-settings.mk | |
parent | 9b08b5ff73fdc868ea2e3794570f9a1f6af51673 (diff) | |
download | haskell-54ca48a98d49f21bb485241e85ed473236420b6d.tar.gz |
Do not enable -XGenerics when building the optimized libs.
Diffstat (limited to 'mk/validate-settings.mk')
-rw-r--r-- | mk/validate-settings.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mk/validate-settings.mk b/mk/validate-settings.mk index c000f852a5..b7f788b6b9 100644 --- a/mk/validate-settings.mk +++ b/mk/validate-settings.mk @@ -36,8 +36,7 @@ ifeq "$(ValidateHpc)" "YES" GhcStage2HcOpts += -fhpc -hpcdir $(TOP)/testsuite/hpc_output/ endif ifeq "$(ValidateSlow)" "YES" -GhcStage2HcOpts += -XGenerics -DDEBUG -GhcLibHcOpts += -XGenerics +GhcStage2HcOpts += -DDEBUG endif ###################################################################### |