Skip to content

Commit

Permalink
doc,build: update configure help messages
Browse files Browse the repository at this point in the history
- 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]>
  • Loading branch information
gibfahn authored and MylesBorins committed Jul 17, 2017
1 parent cbcc9c1 commit c438669
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ intl_optgroup.add_option('--without-intl',
action='store_const',
dest='with_intl',
const='none',
help='Disable Intl, same as --with-intl=none')
help='Disable Intl, same as --with-intl=none (disables inspector)')

intl_optgroup.add_option('--with-icu-path',
action='store',
Expand Down Expand Up @@ -430,7 +430,7 @@ parser.add_option('--without-snapshot',
parser.add_option('--without-ssl',
action='store_true',
dest='without_ssl',
help='build without SSL')
help='build without SSL (disables crypto, https, inspector, etc.)')

parser.add_option('--xcode',
action='store_true',
Expand Down Expand Up @@ -461,7 +461,7 @@ parser.add_option('--no-browser-globals',
parser.add_option('--without-inspector',
action='store_true',
dest='without_inspector',
help='disable experimental V8 inspector support')
help='disable the V8 inspector protocol')

parser.add_option('--shared',
action='store_true',
Expand Down

0 comments on commit c438669

Please sign in to comment.