You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/For Developers/Building NW.js.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@
7
7
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
8
8
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.
9
9
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).
10
11
11
12
## Prerequisites
12
13
@@ -79,7 +80,7 @@ is_debug=false
79
80
is_component_ffmpeg=true
80
81
target_cpu="x64"
81
82
````
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.
83
84
84
85
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
0 commit comments