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 cf73f5c commit c082277Copy full SHA for c082277
configure.py
@@ -552,7 +552,7 @@
552
action='store_const',
553
dest='with_intl',
554
const='none',
555
- help='Disable Intl, same as --with-intl=none (disables inspector)')
+ help='Disable Intl, same as --with-intl=none')
556
557
intl_optgroup.add_argument('--with-icu-path',
558
action='store',
@@ -1861,7 +1861,6 @@ def icu_download(path):
1861
1862
def configure_inspector(o):
1863
disable_inspector = (options.without_inspector or
1864
- options.with_intl in (None, 'none') or
1865
options.without_ssl)
1866
o['variables']['v8_enable_inspector'] = 0 if disable_inspector else 1
1867
0 commit comments