Skip to content

Commit 81b9b85

Browse files
gibfahnjasnell
authored andcommitted
doc,build: update configure help messages
- The V8 inspector is no longer experimental. - Note that building without SSL disables other features. PR-URL: #12978 Refs: #12768 (comment) Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 776028c commit 81b9b85

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

configure

+3-3
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ intl_optgroup.add_option('--without-intl',
358358
action='store_const',
359359
dest='with_intl',
360360
const='none',
361-
help='Disable Intl, same as --with-intl=none')
361+
help='Disable Intl, same as --with-intl=none (disables inspector)')
362362

363363
intl_optgroup.add_option('--with-icu-path',
364364
action='store',
@@ -431,7 +431,7 @@ parser.add_option('--without-snapshot',
431431
parser.add_option('--without-ssl',
432432
action='store_true',
433433
dest='without_ssl',
434-
help='build without SSL')
434+
help='build without SSL (disables crypto, https, inspector, etc.)')
435435

436436
parser.add_option('--without-node-options',
437437
action='store_true',
@@ -467,7 +467,7 @@ parser.add_option('--no-browser-globals',
467467
parser.add_option('--without-inspector',
468468
action='store_true',
469469
dest='without_inspector',
470-
help='disable experimental V8 inspector support')
470+
help='disable the V8 inspector protocol')
471471

472472
parser.add_option('--shared',
473473
action='store_true',

0 commit comments

Comments
 (0)