Skip to content

Commit

Permalink
build: remove --no-i18n from V8 test options
Browse files Browse the repository at this point in the history
The option was removed in [1] to use compiler option instead.

[1]: v8/v8@0b9acc2

PR-URL: nodejs#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>
  • Loading branch information
targos authored and MayaLekova committed May 8, 2018
1 parent cc4a988 commit 03b7323
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ endif

V8_TEST_OPTIONS = $(V8_EXTRA_TEST_OPTIONS)
ifdef DISABLE_V8_I18N
V8_TEST_OPTIONS += --noi18n
V8_BUILD_OPTIONS += i18nsupport=off
endif

Expand Down

0 comments on commit 03b7323

Please sign in to comment.