Skip to content

build: make build-addons execute parallel

Currently the building of addons and addons-napi are done sequentially but could be done in parallel which this commit tries to address.

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

build

Merge request reports

Loading