Remove AddressSanitizer build, it doesnt work.
This commit is contained in:
parent
aef8da48af
commit
f633736dcc
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user