diff options
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/libs/cxxsupp/builtins/ya.make | 2 | ||||
-rw-r--r-- | contrib/libs/cxxsupp/libcxx/ya.make | 2 | ||||
-rw-r--r-- | contrib/libs/cxxsupp/libcxxabi-parts/ya.make | 2 | ||||
-rw-r--r-- | contrib/libs/cxxsupp/libcxxrt/ya.make | 2 | ||||
-rw-r--r-- | contrib/libs/cxxsupp/ya.make | 2 | ||||
-rw-r--r-- | contrib/libs/double-conversion/ya.make | 2 | ||||
-rw-r--r-- | contrib/libs/libc_compat/ubuntu_14/ya.make | 2 | ||||
-rw-r--r-- | contrib/libs/libc_compat/ya.make | 2 | ||||
-rw-r--r-- | contrib/libs/linux-headers/ya.make | 2 | ||||
-rw-r--r-- | contrib/libs/zlib/ya.make | 2 |
10 files changed, 0 insertions, 20 deletions
diff --git a/contrib/libs/cxxsupp/builtins/ya.make b/contrib/libs/cxxsupp/builtins/ya.make index 85ba69953e..0438575a03 100644 --- a/contrib/libs/cxxsupp/builtins/ya.make +++ b/contrib/libs/cxxsupp/builtins/ya.make @@ -44,8 +44,6 @@ NO_PLATFORM() NO_COMPILER_WARNINGS() -NO_SANITIZE_HEADERS() - IF (GCC OR CLANG) # Clang (maybe GCC too) LTO code generator leaves the builtin calls unresolved # even if they are available. After the code generation pass is done diff --git a/contrib/libs/cxxsupp/libcxx/ya.make b/contrib/libs/cxxsupp/libcxx/ya.make index 74502cedc4..319c00b05c 100644 --- a/contrib/libs/cxxsupp/libcxx/ya.make +++ b/contrib/libs/cxxsupp/libcxx/ya.make @@ -19,8 +19,6 @@ ADDINCL( contrib/libs/cxxsupp/libcxx/src ) -NO_SANITIZE_HEADERS() - CXXFLAGS(-D_LIBCPP_BUILDING_LIBRARY) IF (OS_ANDROID) diff --git a/contrib/libs/cxxsupp/libcxxabi-parts/ya.make b/contrib/libs/cxxsupp/libcxxabi-parts/ya.make index cd56d65395..f0928bbce5 100644 --- a/contrib/libs/cxxsupp/libcxxabi-parts/ya.make +++ b/contrib/libs/cxxsupp/libcxxabi-parts/ya.make @@ -20,8 +20,6 @@ ADDINCL( NO_COMPILER_WARNINGS() -NO_SANITIZE_HEADERS() - NO_RUNTIME() NO_UTIL() diff --git a/contrib/libs/cxxsupp/libcxxrt/ya.make b/contrib/libs/cxxsupp/libcxxrt/ya.make index 6e091b8ec9..66955cff48 100644 --- a/contrib/libs/cxxsupp/libcxxrt/ya.make +++ b/contrib/libs/cxxsupp/libcxxrt/ya.make @@ -33,8 +33,6 @@ ELSE() ) ENDIF() -NO_SANITIZE_HEADERS() - IF (SANITIZER_TYPE == undefined OR FUZZING) NO_SANITIZE() NO_SANITIZE_COVERAGE() diff --git a/contrib/libs/cxxsupp/ya.make b/contrib/libs/cxxsupp/ya.make index 6cc84b7141..8b0ea36c13 100644 --- a/contrib/libs/cxxsupp/ya.make +++ b/contrib/libs/cxxsupp/ya.make @@ -5,8 +5,6 @@ WITHOUT_LICENSE_TEXTS() # Proxy library LICENSE(Not-Applicable) -NO_SANITIZE_HEADERS() - NO_PLATFORM() IF (NOT USE_STL_SYSTEM) diff --git a/contrib/libs/double-conversion/ya.make b/contrib/libs/double-conversion/ya.make index 444c4370f9..d6c916b9fd 100644 --- a/contrib/libs/double-conversion/ya.make +++ b/contrib/libs/double-conversion/ya.make @@ -18,8 +18,6 @@ NO_COMPILER_WARNINGS() NO_UTIL() -NO_SANITIZE_HEADERS() - SRCS( double-conversion/bignum-dtoa.cc double-conversion/bignum.cc diff --git a/contrib/libs/libc_compat/ubuntu_14/ya.make b/contrib/libs/libc_compat/ubuntu_14/ya.make index b32d30f3ac..3690c8613a 100644 --- a/contrib/libs/libc_compat/ubuntu_14/ya.make +++ b/contrib/libs/libc_compat/ubuntu_14/ya.make @@ -4,8 +4,6 @@ WITHOUT_LICENSE_TEXTS() LICENSE(BSD-3-Clause) -NO_SANITIZE_HEADERS() - NO_PLATFORM() NO_RUNTIME() diff --git a/contrib/libs/libc_compat/ya.make b/contrib/libs/libc_compat/ya.make index 42e1116d45..452f7d7ded 100644 --- a/contrib/libs/libc_compat/ya.make +++ b/contrib/libs/libc_compat/ya.make @@ -9,8 +9,6 @@ LICENSE( LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -NO_SANITIZE_HEADERS() - NO_COMPILER_WARNINGS() NO_UTIL() diff --git a/contrib/libs/linux-headers/ya.make b/contrib/libs/linux-headers/ya.make index b48b74ddf3..5f6590d69c 100644 --- a/contrib/libs/linux-headers/ya.make +++ b/contrib/libs/linux-headers/ya.make @@ -43,6 +43,4 @@ ADDINCL( NO_PLATFORM() -NO_SANITIZE_HEADERS() - END() diff --git a/contrib/libs/zlib/ya.make b/contrib/libs/zlib/ya.make index e2c7e23137..3aa6c6b32d 100644 --- a/contrib/libs/zlib/ya.make +++ b/contrib/libs/zlib/ya.make @@ -27,8 +27,6 @@ NO_COMPILER_WARNINGS() NO_RUNTIME() -NO_SANITIZE_HEADERS() - IF (NOT MSVC) CFLAGS( -DHAVE_HIDDEN |