----------------------------------------------------------------------
--- Copyright (c) 2009, 2011, ETH Zurich.
+-- Copyright (c) 2009, 2011, 2012, ETH Zurich.
-- All rights reserved.
--
-- This file is distributed under the terms in the attached LICENSE file.
Str "-package ghc",
Str "-package ghc-paths",
Str "-rtsopts=all",
+ Str "-with-rtsopts=\"-K32m\"",
Str "-o", Out "hake" "/hake",
Str "-outputdir", NoDep BuildTree "hake" "/",
NStr "-i", NoDep SrcTree "src" "",
-i$SRCDIR/hake \
-ihake \
-rtsopts=all \
+ -with-rtsopts="-K32m" \
$SRCDIR/hake/Main.hs $LDFLAGS || exit 1
if [ "$RUN_HAKE" == "No" ] ; then