diff options
author | pg <pg@yandex-team.com> | 2023-08-06 18:13:23 +0300 |
---|---|---|
committer | pg <pg@yandex-team.com> | 2023-08-06 19:07:22 +0300 |
commit | ff8e3f0a46bb9fcefd488d3c0df14cd5db6ed210 (patch) | |
tree | 7a979fb0d6c01d90515eedd6bb29da7840f87aee /library/cpp/blockcodecs/codecs/lzma/ya.make | |
parent | a38bc05b605db06f9569320966726795d2f6476e (diff) | |
download | ydb-ff8e3f0a46bb9fcefd488d3c0df14cd5db6ed210.tar.gz |
fix after
Diffstat (limited to 'library/cpp/blockcodecs/codecs/lzma/ya.make')
-rw-r--r-- | library/cpp/blockcodecs/codecs/lzma/ya.make | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/library/cpp/blockcodecs/codecs/lzma/ya.make b/library/cpp/blockcodecs/codecs/lzma/ya.make index 2b7d535560..6762dd9f17 100644 --- a/library/cpp/blockcodecs/codecs/lzma/ya.make +++ b/library/cpp/blockcodecs/codecs/lzma/ya.make @@ -1,6 +1,8 @@ LIBRARY() -CFLAGS(-O3) +IF (OS_IOS OR OS_IOSSIM) + CFLAGS(-O3) +ENDIF() PEERDIR( contrib/libs/lzmasdk |