Lines Matching refs:help
86 help='select the install prefix [default: %default]')
91 help='Build node with code coverage enabled')
96 help='also build debug build')
101 help='build the Node.js part of the binary with debugging symbols')
107 help='CPU architecture to build for ({0})'.format(', '.join(valid_arch)))
113 help='force build to be considered as cross compiled')
118 help='force build to be considered as NOT cross compiled')
124 help='operating system to build for ({0})'.format(', '.join(valid_os)))
129 help='Turn compiler warnings into errors for node core sources.')
134 help='add gdb support')
139 help='use on deprecated SunOS systems that do not support ifaddrs.h')
144 help="Generate an executable without external dynamic libraries. This "
150 help="Generate an executable with libgcc and libstdc++ libraries. This "
156 help="Enable profiling with pgo of a binary. This feature is only available "
162 help="Enable use of the profile generated with --enable-pgo-generate. This "
168 help="Enable compiling with lto of a binary. This feature is only available "
174 help="Path to a JS file to be bundled in the binary as a builtin. "
183 help="The OpenSSL config appname (config section name) used by Node.js")
188 help='Use the specified cipher list as the default cipher list')
193 help="Do not build optimized assembly for OpenSSL")
198 help='Build OpenSSL using FIPS canister .o file in supplied folder')
203 help='specifies that the OpenSSL library is FIPS compatible')
208 help='Use OpenSSL supplied CA store instead of compiled-in Mozilla CA copy.')
213 help='Use the specified path to system CA (PEM format) in addition to '
219 help='(no-op)')
224 help='link to a shared http_parser DLL instead of static linking')
229 help='directory containing http_parser header files')
235 help='alternative lib name to link to [default: %default]')
240 help='a directory to search for the shared http_parser DLL')
245 help='link to a shared libuv DLL instead of static linking')
250 help='directory containing libuv header files')
256 help='alternative lib name to link to [default: %default]')
261 help='a directory to search for the shared libuv DLL')
266 help='link to a shared nghttp2 DLL instead of static linking')
271 help='directory containing nghttp2 header files')
277 help='alternative lib name to link to [default: %default]')
282 help='a directory to search for the shared nghttp2 DLLs')
287 help='link to a shared OpenSSl DLL instead of static linking')
292 help='directory containing OpenSSL header files')
298 help='alternative lib name to link to [default: %default]')
303 help='a directory to search for the shared OpenSSL DLLs')
308 help='link to a shared zlib DLL instead of static linking')
313 help='directory containing zlib header files')
319 help='alternative lib name to link to [default: %default]')
324 help='a directory to search for the shared zlib DLL')
329 help='link to a shared brotli DLL instead of static linking')
334 help='directory containing brotli header files')
340 help='alternative lib name to link to [default: %default]')
345 help='a directory to search for the shared brotli DLL')
350 help='link to a shared cares DLL instead of static linking')
355 help='directory containing cares header files')
361 help='alternative lib name to link to [default: %default]')
366 help='a directory to search for the shared cares DLL')
373 help='directory containing systemtap header files')
378 help='custom build tag')
383 help='Provide a custom URL prefix for the `process.release` properties '
390 help=optparse.SUPPRESS_HELP) # Unsupported, undocumented.
395 help='Enable the --trace-maps flag in V8 (use at your own risk)')
400 …help='[Experimental] Enable V8 pointer compression (limits max heap to 4GB and breaks ABI compatib…
405 help='v8 options to pass, see `node --v8-options` for examples.')
410 help='Enables building of fuzzers. This command should be run in an OSS-Fuzz Docker image.')
416 help='specifies which floating-point ABI to use ({0}).'.format(
423 help='ARM FPU mode ({0}) [default: %default]'.format(
431 help='MIPS arch variant ({0}) [default: %default]'.format(
439 help='MIPS FPU mode ({0}) [default: %default]'.format(
447 help='MIPS floating-point ABI ({0}) [default: %default]'.format(
453 help='build with DTrace (default is true on sunos and darwin)')
458 help='build with ETW (default is true on Windows)')
463 help='This option has no effect. --use-largepages is now a runtime option.')
468 help='This option has no effect. --use-largepages is now a runtime option.')
474 help='Pass a section ordering file to the linker. This requires that ' +
483 help='Intl mode (valid choices: {0}) [default: %default]'.format(
490 help='Disable Intl, same as --with-intl=none (disables inspector)')
495 help='Path to icu.gyp (ICU i18n, Chromium version only.)')
503 help='Comma-separated list of locales for "small-icu". "root" is assumed. '
509 help='Intl mode: optional local path to icu/ dir, or path/URL of '
516 help='Path to the icuXXdt{lb}.dat file. If unspecified, ICU data will '
524 help='Use Link Time Code Generation. This feature is only available on Windows.')
529 help='Turn off V8 snapshot integration. Currently experimental.')
534 help='Turn off V8 Code cache integration.')
539 help=nodedownload.help())
545 help='Download directory [default: %default]')
552 help='build lib with DCHECK macros')
557 help='build nghttp2 with DEBUGBUILD (default is false)')
564 help='build without DTrace')
569 help='build without ETW')
574 help='do not install the bundled npm (package manager)')
579 help='do not install the bundled Corepack')
585 help=optparse.SUPPRESS_HELP)
590 help=optparse.SUPPRESS_HELP)
595 help=optparse.SUPPRESS_HELP)
600 help=optparse.SUPPRESS_HELP)
607 help='build without SSL (disables crypto, https, inspector, etc.)')
612 help='build without NODE_OPTIONS support')
617 help='generate build files for use with Ninja')
622 help='compile for Address Sanitizer to find memory bugs')
627 help='build as static library')
632 help='do not export browser globals like setTimeout, console, etc. ' +
638 help='disable the V8 inspector protocol')
643 help='compile shared library for embedding node in another project. ' +
650 help='do not initialize v8 platform during node.js startup. ' +
657 help='do not use V8 includes from the bundled deps folder. ' +
664 help='build V8 using GN instead of gyp')
670 help='get more output from this script')
676 help='compile V8 with minimal optimizations and with runtime checks')
682 help='compile V8 with debug checks and runtime debugging features enabled')
688 help='compile V8 in lite mode for constrained environments (lowers V8 '+
696 help='compile V8 with auxiliar functions for native debuggers')
702 help='node will load builtin modules from disk instead of from binary')
708 help=optparse.SUPPRESS_HELP)