mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-02-18 13:10:42 +01:00
Windows: Avoid cef_sandbox compile errors with perfetto (fixes issue #2984)
This commit is contained in:
parent
e8573173dd
commit
fab2af8876
@ -477,6 +477,10 @@ def GetConfigArgsSandbox(platform, args, is_debug, cpu):
|
|||||||
# Avoid Debug build linker errors caused by custom libc++.
|
# Avoid Debug build linker errors caused by custom libc++.
|
||||||
add_args['use_custom_libcxx'] = False
|
add_args['use_custom_libcxx'] = False
|
||||||
|
|
||||||
|
# Avoid dependency on //third_party/perfetto:libperfetto which fails to
|
||||||
|
# build with MSVC libc++.
|
||||||
|
add_args['enable_base_tracing'] = False
|
||||||
|
|
||||||
result = MergeDicts(args, add_args, {
|
result = MergeDicts(args, add_args, {
|
||||||
'is_debug': is_debug,
|
'is_debug': is_debug,
|
||||||
'target_cpu': cpu,
|
'target_cpu': cpu,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user