From c43866954e69c9b0b53636e1577872210a688d6c Mon Sep 17 00:00:00 2001 From: Gibson Fahnestock Date: Thu, 11 May 2017 17:10:27 +0100 Subject: [PATCH] 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 Reviewed-By: Sakthipriyan Vairamani Reviewed-By: Refael Ackermann Reviewed-By: Colin Ihrig Reviewed-By: James M Snell Reviewed-By: Luigi Pinca --- configure | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure b/configure index 090c90c87c653e..cf14a20cade0a7 100755 --- a/configure +++ b/configure @@ -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', @@ -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', @@ -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',