From 7e76baf009923981e5c277afd4bc8b14913dbf04 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Wed, 29 Aug 2007 09:24:14 +0000 Subject: [PATCH] no -auto-all for CorePrep --- compiler/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #----------------------------------------------------------------------------- -- 1.7.10.4