mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2026-08-18 06:55:34 +03:00
openwrt, windows: Use PartitionAlloc even in Cronet build to remove dependency on glibc
This commit is contained in:
@@ -144,7 +144,7 @@ assert_cpp20_default = true
|
||||
|
||||
# Cronet disables PartitionAlloc to reduce its binary size (crbug.com/674570).
|
||||
# TODO(crbug.com/384669394): Consider enabling it instead.
|
||||
use_partition_alloc_default = !is_cronet_build
|
||||
# use_partition_alloc_default = !is_cronet_build
|
||||
|
||||
# On Chromecast devices, some system libraries bypass the allocator shim and
|
||||
# call free() directly on memory not managed by PartitionAlloc. This flag
|
||||
|
||||
Reference in New Issue
Block a user