提交 a13f41b3 编写于 作者: W weifulun

Add description of compiling debug version

Signed-off-by: 蜗牛aonk's avatarweifulun <weifulun@huawei.com>

Change-Id: Id7a939f4a9004fa4676647d1af8d4cc717461555
上级 80d64374
......@@ -167,9 +167,18 @@ bash build/prebuilts_download.sh
- 代码根目录下执行全量版本的编译命令:
Release版本 :
```shell
./build.sh --product-name {product_name}
```
Debug版本 :
```shell
./build.sh --product-name {product_name} --gn-args is_debug=true
```
![icon-note.gif](public_sys-resources/icon-note.gif)**注意**:Debug全版本因镜像大小限制,全量编译可能无法烧录,建议单模块编译Debug二进制。使用如下命令单独编译模块 :
```
./build.sh --product-name {product_name} --gn-args is_debug=true --build-target {target_name}
```
{product_name}为当前版本支持的平台。比如:hispark_taurus_standard等。
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册