summaryrefslogtreecommitdiffstats
path: root/library/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp')
-rw-r--r--library/cpp/lfalloc/CMakeLists.txt3
-rw-r--r--library/cpp/lfalloc/yt/CMakeLists.darwin.txt1
2 files changed, 4 insertions, 0 deletions
diff --git a/library/cpp/lfalloc/CMakeLists.txt b/library/cpp/lfalloc/CMakeLists.txt
index 99da2da1d72..9564ed7af02 100644
--- a/library/cpp/lfalloc/CMakeLists.txt
+++ b/library/cpp/lfalloc/CMakeLists.txt
@@ -8,6 +8,9 @@
add_library(library-cpp-lfalloc)
+target_compile_options(library-cpp-lfalloc PRIVATE
+ -Wno-everything
+)
target_link_libraries(library-cpp-lfalloc PUBLIC
contrib-libs-cxxsupp
cpp-malloc-api
diff --git a/library/cpp/lfalloc/yt/CMakeLists.darwin.txt b/library/cpp/lfalloc/yt/CMakeLists.darwin.txt
index 4dd2d33d59c..efd7f13a5ca 100644
--- a/library/cpp/lfalloc/yt/CMakeLists.darwin.txt
+++ b/library/cpp/lfalloc/yt/CMakeLists.darwin.txt
@@ -10,6 +10,7 @@
add_library(cpp-lfalloc-yt)
target_compile_options(cpp-lfalloc-yt PRIVATE
-DLFALLOC_YT
+ -Wno-everything
)
target_link_libraries(cpp-lfalloc-yt PUBLIC
contrib-libs-cxxsupp