diff options
author | thegeorg <thegeorg@yandex-team.com> | 2023-11-03 12:41:08 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2023-11-03 13:09:53 +0300 |
commit | 56b80b3a36ea713d11c31a9c898f5d7e43c84d23 (patch) | |
tree | 4d8c0692fad1cee0d8478bcce88456182bf1409e /contrib/restricted/aws/aws-c-common/CMakeLists.windows-x86_64.txt | |
parent | a020d3047031674dacf4fb87fbbbf82df29fe152 (diff) | |
download | ydb-56b80b3a36ea713d11c31a9c898f5d7e43c84d23.tar.gz |
Default to clang-cl when targeting Windows
As announced [in Atushka](https://clubs.at.yandex-team.ru/arcadia/29556).
Diffstat (limited to 'contrib/restricted/aws/aws-c-common/CMakeLists.windows-x86_64.txt')
-rw-r--r-- | contrib/restricted/aws/aws-c-common/CMakeLists.windows-x86_64.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/contrib/restricted/aws/aws-c-common/CMakeLists.windows-x86_64.txt b/contrib/restricted/aws/aws-c-common/CMakeLists.windows-x86_64.txt index 722ee7173e..4477e48d94 100644 --- a/contrib/restricted/aws/aws-c-common/CMakeLists.windows-x86_64.txt +++ b/contrib/restricted/aws/aws-c-common/CMakeLists.windows-x86_64.txt @@ -85,6 +85,8 @@ target_sources_custom(restricted-aws-aws-c-common SRCS ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/arch/intel/encoding_avx2.c CUSTOM_FLAGS - /arch:AVX2 - /DAVX2_ENABLED=1 + -mavx2 + -mfma + -mbmi + -mbmi2 ) |