We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6282407 commit 859a4d4Copy full SHA for 859a4d4
CMakeLists.txt
@@ -16,16 +16,6 @@ if(UNIX AND NOT APPLE)
16
target_link_libraries(slick_queue INTERFACE rt atomic)
17
endif()
18
19
-if (MSVC)
20
- set(CMAKE_CXX_FLAGS_RELEASE "-O2")
21
- add_definitions(-D_WIN32_WINNT=0x0A00)
22
- set(CMAKE_SUPPRESS_REGENERATION true) # supress zero_check
23
-else()
24
- set(CMAKE_CXX_FLAGS_RELEASE "-O3 -march=native -flto")
25
- set(CMAKE_CXX_FLAGS_DEBUG "-g -O0 -fsanitize=address,undefined -fno-omit-frame-pointer")
26
- set(CMAKE_EXE_LINKER_FLAGS_DEBUG "-fsanitize=address,undefined")
27
-endif()
28
-
29
option(BUILD_SLICK_QUEUE_TESTS "Build tests" ON)
30
if(BUILD_SLICK_QUEUE_TESTS)
31
if (WIN32)
0 commit comments