提交 ae147c58 编写于 作者: A Adam Barth

Add instructions for building Release to HACKING.md

R=ojan@chromium.org, eseidel@chromium.org

Review URL: https://codereview.chromium.org/693163003
上级 e18d99a0
......@@ -5,7 +5,12 @@ Building
--------
* Follow the setup & build instructions for [Mojo](https://github.com/domokit/mojo)
* Build ``sky`` with ``ninja``, e.g. ``ninja -C out/Debug sky``
* Build ``sky`` with ``ninja``, e.g. ``ninja -C out/Debug sky`` for a debug build.
If you want to build release, run the following commands:
* ``gn gen out/Release --args="is_debug=false"``
* ``ninja -C out/Release sky``
Running applications
--------------------
......@@ -13,9 +18,11 @@ Running applications
* ``./sky/tools/skydb [url]``
* You should see a ``(skydb)`` prompt
* Type ``help`` to see the list of available commands
* Note: skydb is currently hard-coded to use ``//out/Debug``
* ``./sky/tools/test_sky --debug``
* This should run the tests
* This runs the tests against ``//out/Debug``. If you want to run against
``//out/Release``, omit the ``--debug`` flag.
Running tests manually
----------------------
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册