Skip to content

build: add configure option to debug only Node.js part of the binary

Rodrigo Muino Tomonari requested to merge github/fork/addaleax/debug-node into master

Building Node.js with --debug takes a long time and generates binaries that can be hard to work with due to their size, in particular because debug builds of V8 are large.

Sometimes, it’s sufficient to build the Node.js parts with native debugging options enabled. Add an option for that.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading