diff options
author | svidyuk <svidyuk@yandex-team.ru> | 2022-07-01 09:02:32 +0300 |
---|---|---|
committer | svidyuk <svidyuk@yandex-team.ru> | 2022-07-01 09:02:32 +0300 |
commit | 3c9bba8e28fdf3bca1abbce2a72e27c542c2fac4 (patch) | |
tree | 813632dc1e042d4799bb1a5838d02c781c977218 /contrib/restricted/aws/s2n | |
parent | 77cb1379853232a9e0f5540d74d564dc76c9c208 (diff) | |
download | ydb-3c9bba8e28fdf3bca1abbce2a72e27c542c2fac4.tar.gz |
Hackish NO_COMPILER_WARNINGS support
Proper implementation must be done as part of YMAKE-91
YMAKE-91
ref:8b77363477972e5927f43d53d571cd60dd458995
Diffstat (limited to 'contrib/restricted/aws/s2n')
-rw-r--r-- | contrib/restricted/aws/s2n/CMakeLists.darwin.txt | 1 | ||||
-rw-r--r-- | contrib/restricted/aws/s2n/CMakeLists.linux.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/contrib/restricted/aws/s2n/CMakeLists.darwin.txt b/contrib/restricted/aws/s2n/CMakeLists.darwin.txt index 39826e67f2..979301a5d6 100644 --- a/contrib/restricted/aws/s2n/CMakeLists.darwin.txt +++ b/contrib/restricted/aws/s2n/CMakeLists.darwin.txt @@ -24,6 +24,7 @@ target_compile_options(restricted-aws-s2n PRIVATE -DS2N_BIKE_R3_AVX512 -DS2N_BIKE_R3_PCLMUL -DS2N_KYBER512R3_AVX2_BMI2 + -Wno-everything ) target_include_directories(restricted-aws-s2n PUBLIC ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n diff --git a/contrib/restricted/aws/s2n/CMakeLists.linux.txt b/contrib/restricted/aws/s2n/CMakeLists.linux.txt index 3205dc815a..a431e0ec07 100644 --- a/contrib/restricted/aws/s2n/CMakeLists.linux.txt +++ b/contrib/restricted/aws/s2n/CMakeLists.linux.txt @@ -26,6 +26,7 @@ target_compile_options(restricted-aws-s2n PRIVATE -DS2N_BIKE_R3_AVX512 -DS2N_BIKE_R3_PCLMUL -DS2N_KYBER512R3_AVX2_BMI2 + -Wno-everything ) target_include_directories(restricted-aws-s2n PUBLIC ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/s2n |