# HG changeset patch # User Daichi TOMA # Date 1392113673 -32400 # Node ID 3d8102358d9c8a6d15901204d941e517522e1aec # Parent 62ce408561ac692f4acac57f8c065ebec193598f fix makefile diff -r 62ce408561ac -r 3d8102358d9c Makefile --- a/Makefile Tue Feb 11 19:13:31 2014 +0900 +++ b/Makefile Tue Feb 11 19:14:33 2014 +0900 @@ -2,7 +2,7 @@ RCPUS = 12 default: hello - ./hello +RTS -K1G -N$(RCPUS) + ./hello +RTS -N$(RCPUS) -qa -A32m hello: *.hs ghc -O2 hello.hs -rtsopts -threaded