From 0501060c82fdfae5237541e85eb0843de3c8e121 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Tue, 10 Jul 2007 07:54:28 +0000 Subject: [PATCH] oops, revert part of the +RTS -V0 patch which was accidentally included --- rts/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rts/Makefile b/rts/Makefile index 8d39ed0..2c5dcc4 100644 --- a/rts/Makefile +++ b/rts/Makefile @@ -330,7 +330,7 @@ sm/Compact_HC_OPTS += -optc-finline-limit=2500 SRC_CC_OPTS += -fno-strict-aliasing # Cmm must be compiled via-C for now, because the NCG can't handle loops -# SRC_HC_OPTS += -fvia-C +SRC_HC_OPTS += -fvia-C # We *want* type-checking of hand-written cmm. SRC_HC_OPTS += -dcmm-lint -- 1.7.10.4