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 ddf5002 commit c781a48Copy full SHA for c781a48
configure.py
@@ -577,7 +577,7 @@
577
action='store_const',
578
dest='with_intl',
579
const='none',
580
- help='Disable Intl, same as --with-intl=none (disables inspector)')
+ help='Disable Intl, same as --with-intl=none')
581
582
intl_optgroup.add_argument('--with-icu-path',
583
action='store',
@@ -1934,7 +1934,6 @@ def icu_download(path):
1934
1935
def configure_inspector(o):
1936
disable_inspector = (options.without_inspector or
1937
- options.with_intl in (None, 'none') or
1938
options.without_ssl)
1939
o['variables']['v8_enable_inspector'] = 0 if disable_inspector else 1
1940
0 commit comments