| Index: base/allocator/BUILD.gn
|
| diff --git a/base/allocator/BUILD.gn b/base/allocator/BUILD.gn
|
| index b2ec91e40c5842a6bcee91dea4dd03824a150653..96ccad239a5455f0dc72e07c4a67fe18a03aa151 100644
|
| --- a/base/allocator/BUILD.gn
|
| +++ b/base/allocator/BUILD.gn
|
| @@ -237,6 +237,7 @@ if (use_allocator == "tcmalloc") {
|
| ]
|
|
|
| configs -= [ "//build/config/gcc:symbol_visibility_hidden" ]
|
| + configs += [ "//build/config/gcc:symbol_visibility_default" ]
|
|
|
| ldflags = [
|
| # Don't let linker rip this symbol out, otherwise the heap&cpu
|
|
|