aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.com>2023-08-28 14:57:33 +0300
committerthegeorg <thegeorg@yandex-team.com>2023-08-28 15:45:03 +0300
commit8bfc008381ef96e88923f0227034a6211046da50 (patch)
treeafb4a902d717072f9893ed88480c018d89518c61 /build
parent5c9d334a7bfe5a49583f066b613fb2065e63c5fd (diff)
downloadydb-8bfc008381ef96e88923f0227034a6211046da50.tar.gz
Stop using asmlib on OS_IOS
Diffstat (limited to 'build')
-rw-r--r--build/ymake.core.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf
index c6cab86208..2ab5d1ca9e 100644
--- a/build/ymake.core.conf
+++ b/build/ymake.core.conf
@@ -187,6 +187,10 @@ when ($OS_CYGWIN == "yes") {
FSTACK=
}
+when ($OS_IOS == "yes") {
+ USE_ASMLIB=no
+}
+
CFLAGS+=$COVERAGE_FLAGS
LDFLAGS+=$COVERAGE_FLAGS