Skip to content

build: minor corrections to configure descriptions

This commit updates --enable-vtune-profiling from:

Enable profiling support for Intel VTune profiler to
profileJavaScript code executed in nodejs.

to:

Enable profiling support for Intel VTune profiler to
profile JavaScript code executed in nodejs.

And --link-module=LINKED_MODULE from:

Path to a JS file to be bundled in the binary as a
builtin.This module will be referenced by path without
extension.e.g. /root/x/y.js will be referenced via

to:

Path to a JS file to be bundled in the binary as a
builtin. This module will be referenced by path
without extension; e.g. /root/x/y.js will be
referenced via require('root/x/y').
Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

build

Merge request reports

Loading