-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Testing the VM
Ryan Macnak edited this page Apr 8, 2016
·
14 revisions
./tools/build.py -mdebug,release runtime
./tools/test.py -mdebug,release
./tools/test.py -mdebug,release --checked
./tools/build.py -mdebug,release runtime
./tools/test.py -mdebug,release --noopt
./tools/build.py -mrelease runtime
./tools/test.py -mrelease -cprecompiler -rdart_precompiled
./tools/build.py -mproduct runtime
./tools/test.py -mproduct -cdart2app -rdart_product
Important
The wiki has moved to https://github.com/dart-lang/sdk/tree/main/docs; please don't edit the pages here.