Disable cfi-icall which is not supported by the CEF bindings layer (issue #2472)

This commit is contained in:
Marshall Greenblatt 2018-07-11 12:32:48 -04:00
parent f12ad6b634
commit 66b5dc3d55
1 changed files with 4 additions and 0 deletions

View File

@ -251,6 +251,10 @@ def GetRequiredArgs():
# Don't use the chrome style plugin.
'clang_use_chrome_plugins': False,
# Disable cfi-icall which is not supported by the CEF bindings layer (see
# issue #2472).
'use_cfi_icall': False,
}
if platform == 'linux':