Browse Source

FIXME: Disable OSR by default

Aleksei Kuzmin 7 years ago
parent
commit
dcece31519
1 changed files with 1 additions and 1 deletions
  1. 1 1
      features.gypi

+ 1 - 1
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)',