# HG changeset patch # User Daichi TOMA # Date 1392113716 -32400 # Node ID 5671c12701d0d961c9e7ce321597d12f28200b68 # Parent bb7ee8f9d8d771a6068d2faa20897d0a7d7151c0 fix makefile diff -r bb7ee8f9d8d7 -r 5671c12701d0 Makefile --- a/Makefile Tue Feb 11 13:44:09 2014 +0900 +++ b/Makefile Tue Feb 11 19:15:16 2014 +0900 @@ -2,7 +2,7 @@ RCPUS = 12 default: App - ./App +RTS -K1G -N$(RCPUS) + ./App +RTS -N$(RCPUS) -qa -A32m App: *.hs ghc -O2 App.hs -i../Jungle-haskell -rtsopts -threaded