extended ResourceDemo and changed it to compile without optimizing pgf, so that all inflection forms are kept

This commit is contained in:
aarne
2013-12-10 15:14:18 +00:00
parent 6028a63b42
commit 81d37de270
3 changed files with 39 additions and 5 deletions

View File

@@ -37,7 +37,8 @@ main = do
_ -> return ()
compileOne modu = do
let comm = "gf -make -s -optimize-pgf -name=" ++
---- let comm = "gf -make -s -optimize-pgf -name=" ++
let comm = "gf -make -s -name=" ++
modu ++ " " ++ modu ++ ".gf" ++
" +RTS -K320M"
putStrLn comm