From dcece31519da9696ec1ff8139d44b867f105c20e Mon Sep 17 00:00:00 2001 From: Aleksei Kuzmin Date: Tue, 19 Dec 2017 01:21:32 +0300 Subject: [PATCH] FIXME: Disable OSR by default --- features.gypi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features.gypi b/features.gypi index 5aca98fc475..04bc4452b3c 100644 --- a/features.gypi +++ b/features.gypi @@ -2,7 +2,7 @@ # If it looks stupid but it works it ain't stupid. 'variables': { 'variables': { - 'enable_osr%': 1, + 'enable_osr%': 0, # FIXME(alexeykuzmin) 'enable_run_as_node%': 1, }, 'enable_osr%': '<(enable_osr)',