mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Windows: Build cef_sandbox.lib with different GN args for official binary distributions (issue #2220)
This commit is contained in:
14
patch/patches/sandbox_2220.patch
Normal file
14
patch/patches/sandbox_2220.patch
Normal file
@ -0,0 +1,14 @@
|
||||
diff --git base/allocator/BUILD.gn base/allocator/BUILD.gn
|
||||
index 6ebbc11..b667064 100644
|
||||
--- base/allocator/BUILD.gn
|
||||
+++ base/allocator/BUILD.gn
|
||||
@@ -15,8 +15,7 @@ declare_args() {
|
||||
|
||||
# The Windows-only allocator shim is only enabled for Release static builds, and
|
||||
# is mutually exclusive with the generalized shim.
|
||||
-win_use_allocator_shim = is_win && !is_component_build && !is_debug &&
|
||||
- !use_allocator_shim && !is_asan
|
||||
+win_use_allocator_shim = false
|
||||
|
||||
# This "allocator" meta-target will forward to the default allocator according
|
||||
# to the build settings.
|
Reference in New Issue
Block a user