Skip to content

Commit 4893c5a

Browse files
committed
[docs] build debug version with component build
1 parent 00a33ec commit 4893c5a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/For Developers/Building NW.js.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
Starting from 0.17, we switched to the new build configuration system GN and Ninja in Chromium upstream. The Node.js in NW is still build with GYP/Ninja
88
This document is written for latest **NW 0.13** or later. For legacy build instructions, please read the [wiki page](https://github.com/nwjs/nw.js/wiki/Building-nw.js) on GitHub.
99
See our buildbot for official build configuration and steps: http://buildbot-master.nwjs.io:8010/waterfall
10+
Debug version should be built with component build configuration. See the [discussion in upstream](https://groups.google.com/a/chromium.org/d/msg/chromium-dev/LWRR3fMlvQ4/qos4EaBtBgAJ).
1011

1112
## Prerequisites
1213

@@ -79,7 +80,7 @@ is_debug=false
7980
is_component_ffmpeg=true
8081
target_cpu="x64"
8182
````
82-
We support component build: `is_component_build = true` for faster development cycle
83+
We support component build: `is_component_build = true` for faster development cycle. It should be used when you are trying to build debug version.
8384

8485
See the upstream documentation for the mapping between GN and GYP flags: https://chromium.googlesource.com/chromium/src/+/master/tools/gn/docs/cookbook.md#Variable-mappings
8586

0 commit comments

Comments
 (0)