mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-03 16:22:52 -06:00
some new functions in ResourceDemo
This commit is contained in:
@@ -29,7 +29,7 @@ main = do
|
||||
else return ()
|
||||
case opts of
|
||||
_ | elem "-make" opts || elem "-link" opts -> do
|
||||
let comm = "gf -make -s " ++ unwords (map (++ ".pgf") modus)
|
||||
let comm = "gf -make -s " ++ unwords (map (++ ".pgf") modus) ++" +RTS -K320M -RTS"
|
||||
putStrLn comm
|
||||
system comm
|
||||
return ()
|
||||
|
||||
Reference in New Issue
Block a user