We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7796692 commit 95978f3Copy full SHA for 95978f3
configure.py
@@ -571,7 +571,7 @@
571
action='store_const',
572
dest='with_intl',
573
const='none',
574
- help='Disable Intl, same as --with-intl=none (disables inspector)')
+ help='Disable Intl, same as --with-intl=none')
575
576
intl_optgroup.add_argument('--with-icu-path',
577
action='store',
@@ -1924,7 +1924,6 @@ def icu_download(path):
1924
1925
def configure_inspector(o):
1926
disable_inspector = (options.without_inspector or
1927
- options.with_intl in (None, 'none') or
1928
options.without_ssl)
1929
o['variables']['v8_enable_inspector'] = 0 if disable_inspector else 1
1930
0 commit comments