| Index: dart/frog/scripts/bootstrap/frog_wrapper.py
|
| diff --git a/dart/frog/scripts/bootstrap/frog_wrapper.py b/dart/frog/scripts/bootstrap/frog_wrapper.py
|
| index f7efbfac240e1583ccbcd0d2d320ea99201f8bf3..f760c0a4e236336f52a1a938a0fb5bd5e546ab66 100644
|
| --- a/dart/frog/scripts/bootstrap/frog_wrapper.py
|
| +++ b/dart/frog/scripts/bootstrap/frog_wrapper.py
|
| @@ -17,7 +17,11 @@ def main(args):
|
| print "Could not find frog"
|
| return 1
|
|
|
| - frog_args = ['frog.py', '--vm=' + VM, '--']
|
| + frog_args = [
|
| + 'frog.py',
|
| + '--vm=' + VM,
|
| + '--vm_flags=--enable_asserts --enable_type_checks',
|
| + '--']
|
| frog_args += args[1:]
|
|
|
| filename = None
|
|
|