Bug #49811: inconsistent usage of SAFEMALLOC in debug compilation on windows

Remove per-project SAFEMALLOCs definitions, as they result in malloc/free mismatches.
This commit is contained in:
Vladislav Vaintroub 2009-12-18 21:39:24 +01:00
commit e378fa5be0
2 changed files with 0 additions and 10 deletions

View file

@ -15,9 +15,6 @@
# This is CMakeLists.txt for semi-sync replication plugins
SET(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -DSAFEMALLOC -DSAFE_MUTEX")
SET(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -DSAFEMALLOC -DSAFE_MUTEX")
# Add common include directories
INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/include ${CMAKE_SOURCE_DIR}/zlib
${CMAKE_SOURCE_DIR}/sql