From: Simon Marlow Date: Wed, 29 Aug 2007 09:24:14 +0000 (+0000) Subject: no -auto-all for CorePrep X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=7e76baf009923981e5c277afd4bc8b14913dbf04;ds=sidebyside no -auto-all for CorePrep --- diff --git a/compiler/Makefile b/compiler/Makefile index 50c16f4..9ddef07 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -812,7 +812,7 @@ endif # typecheck/TcType_HC_OPTS += -auto-all # typecheck/TcUnify_HC_OPTS += -auto-all -coreSyn/CorePrep_HC_OPTS += -auto-all +# coreSyn/CorePrep_HC_OPTS += -auto-all # parser/Parser_HC_OPTS += -fasm #-----------------------------------------------------------------------------