From 939e9f40b59560e2f408616bbf71c143bc373ab2 Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Tue, 11 Jun 2019 18:08:26 +0200 Subject: [PATCH] Windows: Disable custom libc++ for cef_sandbox build (fixes issue #2677) --- tools/gn_args.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/gn_args.py b/tools/gn_args.py index a51b9c304..e5f0c0cde 100644 --- a/tools/gn_args.py +++ b/tools/gn_args.py @@ -440,7 +440,10 @@ def GetConfigArgsSandbox(platform, args, is_debug, cpu): 'use_allocator_shim': False, # Avoid /LTCG linker warnings and generate smaller lib files. - 'is_official_build': False + 'is_official_build': False, + + # Avoid Debug build linker errors caused by custom libc++. + 'use_custom_libcxx': False, } if is_debug: