Index: frog/README.txt |
diff --git a/frog/README.txt b/frog/README.txt |
index f917167b997f3a1d83a67a85004f0af63f24aba6..de47888870daa064414e745d1531e68794db16dd 100644 |
--- a/frog/README.txt |
+++ b/frog/README.txt |
@@ -59,7 +59,7 @@ component is from running selfhosted on node.js. |
To build the self-hosted compiler called frogsh (for frog self-hosted), run: |
- $ ./frog.py --out=frogsh frog.dart |
+ $ ./frog.py --out=frogsh --compile-only --enable_type_checks frog.dart |
You can also build and check the self-hosted compiler from itself by running: |
$ ./frogsh --out=frogsh frog.dart tests/hello.dart |