mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Disable cfi-icall which is not supported by the CEF bindings layer (issue #2472)
This commit is contained in:
@ -251,6 +251,10 @@ def GetRequiredArgs():
|
|||||||
|
|
||||||
# Don't use the chrome style plugin.
|
# Don't use the chrome style plugin.
|
||||||
'clang_use_chrome_plugins': False,
|
'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':
|
if platform == 'linux':
|
||||||
|
Reference in New Issue
Block a user