diff options
author | tobo <tobo@yandex-team.ru> | 2022-02-10 16:47:27 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:27 +0300 |
commit | 55a7f90e4cd31e9481cace8ee5dfd682c27e810e (patch) | |
tree | 9814fbd1c3effac9b8377c5d604b367b14e2db55 /build/ymake.core.conf | |
parent | 7fe839092527589b38f014d854c51565b3c1adfa (diff) | |
download | ydb-55a7f90e4cd31e9481cace8ee5dfd682c27e810e.tar.gz |
Restoring authorship annotation for <tobo@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'build/ymake.core.conf')
-rw-r--r-- | build/ymake.core.conf | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf index d028fd4431..081833998b 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -410,7 +410,7 @@ when ($USE_ARCADIA_PYTHON == "no") { } # tag:allocator -DEFAULT_ALLOCATOR=LF +DEFAULT_ALLOCATOR=LF # tag:allocator when ($OS_ANDROID == "yes" || $MSVC == "yes") { @@ -1234,18 +1234,18 @@ module _BASE_UNIT: _BARE_UNIT { } } - when ($USE_THINLTO == "yes") { - when ($GCC) { - CFLAGS+=-flto=thin - LDFLAGS+=-flto=thin - } - when ($CLANG) { - CFLAGS+=-flto=thin - LDFLAGS+=-flto=thin - } - } - - + when ($USE_THINLTO == "yes") { + when ($GCC) { + CFLAGS+=-flto=thin + LDFLAGS+=-flto=thin + } + when ($CLANG) { + CFLAGS+=-flto=thin + LDFLAGS+=-flto=thin + } + } + + when ($CLANG) { when ($PGO_ADD == "yes") { CFLAGS+=-fprofile-instr-generate |