aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-03-04 00:57:01 +0300
committerarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-03-04 00:57:01 +0300
commitdc815b24317adc0d4a311c3504e6b50a61db0b41 (patch)
tree5258d682d8e05cc2ce2e228dd4aa216b3162c9b7
parentf44149249ab9c82c7b832971fa00a4fbb7a53cd7 (diff)
downloadydb-dc815b24317adc0d4a311c3504e6b50a61db0b41.tar.gz
intermediate changes
ref:d43fe1498125f099408a0c5177436272fe71171e
-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 0da2746399..06479fb3a9 100644
--- a/build/ymake.core.conf
+++ b/build/ymake.core.conf
@@ -408,7 +408,7 @@ macro NO_LTO() {
DISABLE(USE_THINLTO)
}
-when ($USE_LTO == "yes" && $OS_LINUX != "yes") {
+when ($USE_LTO == "yes" && $OS_LINUX != "yes" && $OS_ANDROID != "yes") {
FATAL_ERROR_MESSAGE+=lto is only supported for linux
}