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 a8a8638 commit 65c9cb1Copy full SHA for 65c9cb1
configure.py
@@ -551,7 +551,7 @@
551
action='store_const',
552
dest='with_intl',
553
const='none',
554
- help='Disable Intl, same as --with-intl=none (disables inspector)')
+ help='Disable Intl, same as --with-intl=none')
555
556
intl_optgroup.add_argument('--with-icu-path',
557
action='store',
@@ -1815,7 +1815,6 @@ def icu_download(path):
1815
1816
def configure_inspector(o):
1817
disable_inspector = (options.without_inspector or
1818
- options.with_intl in (None, 'none') or
1819
options.without_ssl)
1820
o['variables']['v8_enable_inspector'] = 0 if disable_inspector else 1
1821
0 commit comments