Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/csync/CMakeLists.txt')
-rw-r--r--src/csync/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/csync/CMakeLists.txt b/src/csync/CMakeLists.txt
index 700394b20..2a7cdff6d 100644
--- a/src/csync/CMakeLists.txt
+++ b/src/csync/CMakeLists.txt
@@ -59,7 +59,6 @@ endif()
configure_file(csync_version.h.in ${CMAKE_CURRENT_BINARY_DIR}/csync_version.h)
add_library("${csync_NAME}" SHARED ${common_SOURCES} ${csync_SRCS})
-enable_sanitizers("${csync_NAME}")
target_include_directories(
"${csync_NAME}"