diff options
| author | hallgren <hallgren@chalmers.se> | 2013-11-29 17:34:09 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2013-11-29 17:34:09 +0000 |
| commit | 91d8bd8e106f4f1bdfef899bf0aa8dc3ec36d84a (patch) | |
| tree | 519692de30ad8805f98c829c013cde3947cda5aa /examples/phrasebook | |
| parent | 7d1c01138998497e70008b03c3b09b508850cb32 (diff) | |
examples/phrasebook/Makefile2: Romanian needs a larger stack
Diffstat (limited to 'examples/phrasebook')
| -rw-r--r-- | examples/phrasebook/Makefile2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/phrasebook/Makefile2 b/examples/phrasebook/Makefile2 index 721a0279e..e6d811582 100644 --- a/examples/phrasebook/Makefile2 +++ b/examples/phrasebook/Makefile2 @@ -52,7 +52,7 @@ PhrasebookPol.pgf:: gf -make -s -optimize-pgf -name=PhrasebookPol PhrasebookPol.gf PhrasebookRon.pgf:: - gf -make -s -optimize-pgf -name=PhrasebookRon PhrasebookRon.gf + gf -make -s -optimize-pgf -name=PhrasebookRon PhrasebookRon.gf +RTS -K32M PhrasebookRus.pgf:: gf -make -s -optimize-pgf -name=PhrasebookRus PhrasebookRus.gf |
