mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-18 23:52:51 -06:00
extended ResourceDemo and changed it to compile without optimizing pgf, so that all inflection forms are kept
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user