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
path: root/src/csync
diff options
context:
space:
mode:
authorMatthieu Gallien <matthieu_gallien@yahoo.fr>2021-04-19 18:53:36 +0300
committerMatthieu Gallien <matthieu_gallien@yahoo.fr>2021-04-19 18:54:09 +0300
commit20357ca7fa5d740bd6b76f18f76e7098f30863d5 (patch)
tree098501f2c4b83f353c8f13346f6a6ebd57cb9756 /src/csync
parent3000e2664068b2b9dbc57e3f1a53653e400593dc (diff)
Revert "Add CMake option to enable address sanitizers"
This reverts commit 3000e2664068b2b9dbc57e3f1a53653e400593dc. This was not intended for a direct push Signed-off-by: Matthieu Gallien <matthieu_gallien@yahoo.fr>
Diffstat (limited to 'src/csync')
-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}"