Revert "Enable OSR"

This reverts commit 5925d737afcd1b8dbbccc1d2b52ced025e291436.
This commit is contained in:
Aleksei Kuzmin 2017-07-11 16:26:19 +03:00
parent ba0c43e1fc
commit 90ec61fbe9

View file

@ -80,6 +80,9 @@ 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.