From f633736dcc6b494a22de6ddc877b170c7d67602e Mon Sep 17 00:00:00 2001 From: Vlj Date: Tue, 12 Aug 2014 00:54:14 +0200 Subject: [PATCH] Remove AddressSanitizer build, it doesnt work. --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9f3bc575e..82ea054d1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -161,7 +161,6 @@ else() # compile flags can be simplye be added if(CMAKE_BUILD_TYPE MATCHES Debug) add_definitions(-DDEBUG) - add_definitions("-fsanitize=address") else() add_definitions(-DNDEBUG) endif()