Skip to content

Commit e9bcb39

Browse files
targosMylesBorins
authored andcommitted
build: remove --no-i18n from V8 test options
The option was removed in [1] to use compiler option instead. [1]: v8/v8@0b9acc2 PR-URL: #17489 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com>
1 parent 4a16a5d commit e9bcb39

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ endif
3232

3333
V8_TEST_OPTIONS = $(V8_EXTRA_TEST_OPTIONS)
3434
ifdef DISABLE_V8_I18N
35-
V8_TEST_OPTIONS += --noi18n
3635
V8_BUILD_OPTIONS += i18nsupport=off
3736
endif
3837

0 commit comments

Comments
 (0)