Skip to content

Commit 1b3356c

Browse files
committed
openwrt, windows: Use PartitionAlloc even in Cronet build to remove dependency on glibc
1 parent 6143dad commit 1b3356c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/build_overrides/partition_alloc.gni

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,4 +152,4 @@ assert_cpp20_default = true
152152

153153
# Cronet disables PartitionAlloc to reduce its binary size (crbug.com/674570).
154154
# TODO(crbug.com/384669394): Consider enabling it instead.
155-
use_partition_alloc_default = !is_cronet_build
155+
# use_partition_alloc_default = !is_cronet_build

0 commit comments

Comments
 (0)