Skip to content

Commit

Permalink
Fix typo in README regarding --unopt builds on host. (flutter#3308)
Browse files Browse the repository at this point in the history
  • Loading branch information
chinmaygarde authored Dec 13, 2016
1 parent 6ad1261 commit c677a1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,9 @@ Once the artifacts are built, you can start using them in your application by fo
### Desktop (Mac and Linux), for tests

* `gclient sync` to update your dependencies.
* `./flutter/tools/gn` to prepare your build files.
* `./flutter/tools/gn --unoptimized` to prepare your build files.
* `ninja -C out/host_debug_unopt` to build a desktop unoptimized binary.
* `--unoptimized` disables C++ compiler optimizations and does not strip debug symbols. You may skip the flag and invoke `ninja -C out/host_debug` if you would rather have the native components optimized.

To run the tests, you'll also need to clone [the main Flutter repository](https://github.com/flutter/flutter).
See [the instructions for contributing](https://github.com/flutter/flutter/blob/master/CONTRIBUTING.md)
Expand Down

0 comments on commit c677a1b

Please sign in to comment.