From 7fbd54b2e45fc152a81c809fe7046d48b1d14508 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Thu, 29 Jun 2017 12:26:59 -0700 Subject: [PATCH] Remove OSR disabling --- script/update.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/script/update.py b/script/update.py index f3a2a72245..b4f08bc28f 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): Remove it. - '-Denable_osr=0', ] # Add the defines passed from command line.