diff options
author | Simon Marlow <simonmar@microsoft.com> | 2007-07-10 07:54:28 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2007-07-10 07:54:28 +0000 |
commit | 0501060c82fdfae5237541e85eb0843de3c8e121 (patch) | |
tree | 91dd9df74d9233e5e0ff42e8a2e0e2e283e66ab2 /rts | |
parent | 6103e1e2daf6aceb1a827723a1a2379ec655e946 (diff) | |
download | haskell-0501060c82fdfae5237541e85eb0843de3c8e121.tar.gz |
oops, revert part of the +RTS -V0 patch which was accidentally included
Diffstat (limited to 'rts')
-rw-r--r-- | rts/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/Makefile b/rts/Makefile index 8d39ed012f..2c5dcc4f4b 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 |