aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsnermolaev <snermolaev@yandex-team.ru>2022-06-23 12:20:47 +0300
committersnermolaev <snermolaev@yandex-team.ru>2022-06-23 12:20:47 +0300
commit957268c4e4c562783e06f655786f22747067e3d3 (patch)
tree678377560294e951ab8986dae95a4bc7b9076954
parent7fa16cb73a542010026f2af7e0efcefa426dc426 (diff)
downloadydb-957268c4e4c562783e06f655786f22747067e3d3.tar.gz
switch Go build with MUSL to LF allocator
ref:c5fa7d7935fea36f3f82502b1e546387c11a098d
-rw-r--r--build/ymake.core.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf
index 641a762000e..1501935bac2 100644
--- a/build/ymake.core.conf
+++ b/build/ymake.core.conf
@@ -8589,7 +8589,7 @@ macro _GO_GRPC_GATEWAY_SWAGGER_SRCS(Files...) {
# tag:go-specific
when ($MUSL == "yes") {
- _GO_DEFAULT_ALLOCATOR=$DEFAULT_ALLOCATOR
+ _GO_DEFAULT_ALLOCATOR=LF
}
otherwise {
_GO_DEFAULT_ALLOCATOR=FAKE