changeset 11:5671c12701d0 default tip

fix makefile
author Daichi TOMA <toma@cr.ie.u-ryukyu.ac.jp>
date Tue, 11 Feb 2014 19:15:16 +0900
parents bb7ee8f9d8d7
children
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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