summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorGibson Fahnestock <gibfahn@gmail.com>2017-05-11 17:10:27 +0100
committerRefael Ackermann <refack@gmail.com>2017-05-26 13:46:53 -0400
commite5e581c20281efca93b5790414f9c097eb40478e (patch)
treea0ae8efb77ec772f473386bfb413a8fda3f2fe74 /configure
parent19685eac65491b54ff5eedb3360fa287a8caa51c (diff)
downloadandroid-node-v8-e5e581c20281efca93b5790414f9c097eb40478e.tar.gz
android-node-v8-e5e581c20281efca93b5790414f9c097eb40478e.tar.bz2
android-node-v8-e5e581c20281efca93b5790414f9c097eb40478e.zip
doc,build: update configure help messages
- The V8 inspector is no longer experimental. - Note that building without SSL disables other features. PR-URL: https://github.com/nodejs/node/pull/12978 Refs: https://github.com/nodejs/node/pull/12768#issuecomment-299922527 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>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index 9d9bc9bc17..7ce5e964e5 100755
--- a/configure
+++ b/configure
@@ -358,7 +358,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',
@@ -431,7 +431,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('--without-node-options',
action='store_true',
@@ -467,7 +467,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',