Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(74)

Unified Diff: frog/frogc

Issue 8825011: Add frogc shell script for SDK. ≈ (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/create_sdk.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
+ *
« no previous file with comments | « no previous file | tools/create_sdk.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698