diff options
| author | fengweihao <[email protected]> | 2023-12-19 14:23:55 +0800 |
|---|---|---|
| committer | fengweihao <[email protected]> | 2023-12-19 14:23:55 +0800 |
| commit | 7fcaefccad61506f9249cb5870592dd39b8c27b8 (patch) | |
| tree | 4de6e991ab1c8ed172e6eecb2f01abd3d2450f6b /CMakeLists.txt | |
| parent | 40b7585ee6fc48b962774010ce0066d484634ae0 (diff) | |
优化kafka句柄创建和TOPIC注册v4.8.52-20231219
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 21928e8..16578e9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,10 +10,10 @@ set(CMAKE_CXX_STANDARD 11) set(CMAKE_C_STANDARD 11) if (CMAKE_CXX_COMPILER_ID MATCHES "GNU|Clang") - set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -mavx2") + set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -mavx2") elseif (CMAKE_CXX_COMPILER_ID MATCHES "MSVC") - set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} /MT") - set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} /MTd") + set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} /MT") + set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} /MTd") endif () if(NOT CMAKE_BUILD_TYPE) |
