Chromium Code Reviews| Index: frog/frogc |
| =================================================================== |
| --- frog/frogc (revision 0) |
| +++ frog/frogc (revision 0) |
| @@ -0,0 +1,5 @@ |
| +#!/bin/sh |
| + |
| +# TODO(dgrove) - Figure out how to handle this when |
| +# running somewhere other than the SDK. |
| +./dart --new_gen_heap_size=128 frogc.dart $@ |
|
Siggi Cherem (dart-lang)
2011/12/06 23:07:37
can we remove the flag? I haven't used --new_gen_h
dgrove
2011/12/07 00:13:03
As of right now, I can't compile swarm without thi
|
| Property changes on: frog/frogc |
| ___________________________________________________________________ |
| Added: svn:executable |
| + * |