Skip to content

Commit

Permalink
[Remove] thread sanitizer link
Browse files Browse the repository at this point in the history
  • Loading branch information
mrouffet committed Mar 29, 2024
1 parent 05aa7e3 commit 87331ab
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ target_link_libraries(SA_Logger PUBLIC SA_Support)
set(THREADS_PREFER_PTHREAD_FLAG ON)
find_package(Threads REQUIRED)
target_link_libraries(SA_Logger PUBLIC Threads::Threads)
target_compile_options(SA_Logger PUBLIC -fsanitize=thread)
target_link_options(SA_Logger PUBLIC -fsanitize=thread)

### Advanced MSVC preprocessor required for Core::Debug
### https://docs.microsoft.com/en-us/cpp/preprocessor/preprocessor-experimental-overview
Expand Down

0 comments on commit 87331ab

Please sign in to comment.