X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=mk%2Fvalidate-settings.mk;h=e250fa6fb42515ff20e31e3c13bcd2d63e323e17;hp=c000f852a5289c60b0c4a2a33f133a5f74c801b6;hb=e5c3b478b3cd1707cf122833822f44b2ac09b8e9;hpb=889c084e943779e76d19f2ef5e970ff655f511eb diff --git a/mk/validate-settings.mk b/mk/validate-settings.mk index c000f85..e250fa6 100644 --- a/mk/validate-settings.mk +++ b/mk/validate-settings.mk @@ -23,7 +23,7 @@ STRIP_CMD = : CHECK_PACKAGES = YES # We want to install DPH when validating, so that we can test it -InstallExtraPackages = YES +InstallExtraPackages = YES # dblatex with miktex under msys/mingw can't build the PS and PDF docs, # and just building the HTML docs is sufficient to check that the @@ -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 ######################################################################