Skip to content

Commit c438669

Browse files
gibfahnMylesBorins
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 <riclau@uk.ibm.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent cbcc9c1 commit c438669

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
@@ -357,7 +357,7 @@ intl_optgroup.add_option('--without-intl',
357357
action='store_const',
358358
dest='with_intl',
359359
const='none',
360-
help='Disable Intl, same as --with-intl=none')
360+
help='Disable Intl, same as --with-intl=none (disables inspector)')
361361

362362
intl_optgroup.add_option('--with-icu-path',
363363
action='store',
@@ -430,7 +430,7 @@ parser.add_option('--without-snapshot',
430430
parser.add_option('--without-ssl',
431431
action='store_true',
432432
dest='without_ssl',
433-
help='build without SSL')
433+
help='build without SSL (disables crypto, https, inspector, etc.)')
434434

435435
parser.add_option('--xcode',
436436
action='store_true',
@@ -461,7 +461,7 @@ parser.add_option('--no-browser-globals',
461461
parser.add_option('--without-inspector',
462462
action='store_true',
463463
dest='without_inspector',
464-
help='disable experimental V8 inspector support')
464+
help='disable the V8 inspector protocol')
465465

466466
parser.add_option('--shared',
467467
action='store_true',

0 commit comments

Comments
 (0)