diff options
author | snermolaev <snermolaev@yandex-team.ru> | 2022-06-23 12:20:47 +0300 |
---|---|---|
committer | snermolaev <snermolaev@yandex-team.ru> | 2022-06-23 12:20:47 +0300 |
commit | 957268c4e4c562783e06f655786f22747067e3d3 (patch) | |
tree | 678377560294e951ab8986dae95a4bc7b9076954 | |
parent | 7fa16cb73a542010026f2af7e0efcefa426dc426 (diff) | |
download | ydb-957268c4e4c562783e06f655786f22747067e3d3.tar.gz |
switch Go build with MUSL to LF allocator
ref:c5fa7d7935fea36f3f82502b1e546387c11a098d
-rw-r--r-- | build/ymake.core.conf | 2 |
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 |