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 7823759 commit ca77b2cCopy full SHA for ca77b2c
1 file changed
configure.py
@@ -546,7 +546,7 @@
546
action='store_const',
547
dest='with_intl',
548
const='none',
549
- help='Disable Intl, same as --with-intl=none (disables inspector)')
+ help='Disable Intl, same as --with-intl=none')
550
551
intl_optgroup.add_argument('--with-icu-path',
552
action='store',
@@ -1794,7 +1794,6 @@ def icu_download(path):
1794
1795
def configure_inspector(o):
1796
disable_inspector = (options.without_inspector or
1797
- options.with_intl in (None, 'none') or
1798
options.without_ssl)
1799
o['variables']['v8_enable_inspector'] = 0 if disable_inspector else 1
1800
0 commit comments