From: Simon Marlow Date: Tue, 10 Jul 2007 07:54:28 +0000 (+0000) Subject: oops, revert part of the +RTS -V0 patch which was accidentally included X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=0501060c82fdfae5237541e85eb0843de3c8e121 oops, revert part of the +RTS -V0 patch which was accidentally included --- 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