mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
CMake: Add missing SANITIZE option
This commit is contained in:
parent
8fde011dbe
commit
167cbdf870
1 changed files with 1 additions and 0 deletions
|
@ -504,6 +504,7 @@ if(STATIC)
|
|||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DZMQ_STATIC")
|
||||
endif()
|
||||
|
||||
option(SANITIZE "Use ASAN memory sanitizer" OFF)
|
||||
if(SANITIZE)
|
||||
if (MSVC)
|
||||
message(FATAL_ERROR "Cannot sanitize with MSVC")
|
||||
|
|
Loading…
Reference in a new issue