From 03b73237e25fed4ff783f22ce48be13a11797afc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Fri, 15 Dec 2017 15:35:51 +0100 Subject: [PATCH] build: remove --no-i18n from V8 test options The option was removed in [1] to use compiler option instead. [1]: https://github.com/v8/v8/commit/0b9acc20e2f54ca14eae9f4733eef404d3309121 PR-URL: https://github.com/nodejs/node/pull/17489 Reviewed-By: Colin Ihrig Reviewed-By: Matteo Collina Reviewed-By: Myles Borins Reviewed-By: Ali Ijaz Sheikh --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 66bca71097f9fa..61630e35de3345 100644 --- a/Makefile +++ b/Makefile @@ -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