Remove AddressSanitizer build, it doesnt work.

This commit is contained in:
Vlj 2014-08-12 00:54:14 +02:00
parent aef8da48af
commit f633736dcc

View File

@ -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()