oops, revert part of the +RTS -V0 patch which was accidentally included
authorSimon Marlow <simonmar@microsoft.com>
Tue, 10 Jul 2007 07:54:28 +0000 (07:54 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Tue, 10 Jul 2007 07:54:28 +0000 (07:54 +0000)
rts/Makefile

index 8d39ed0..2c5dcc4 100644 (file)
@@ -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