From 5ef668de64d19dbdcf4216f3f28ab98746dc05d8 Mon Sep 17 00:00:00 2001 From: Aleksei Kuzmin Date: Sun, 9 Jul 2017 18:56:16 +0300 Subject: [PATCH] Enable OSR --- script/update.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/script/update.py b/script/update.py index 70d5e583bfef..b4f08bc28f2c 100755 --- a/script/update.py +++ b/script/update.py @@ -80,9 +80,6 @@ def run_gyp(target_arch, component): '-Dhost_arch={0}'.format(get_host_arch()), '-Dlibrary=static_library', '-Dmas_build={0}'.format(mas_build), - - # TODO(alexeykuzmin): Enable OSR. - '-Denable_osr=0', ] # Add the defines passed from command line.