Skip to content
Snippets Groups Projects
Commit ae2fb6c7 authored by Maxence Naud's avatar Maxence Naud
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 7852f359
No related branches found
No related tags found
2 merge requests!50version 0.2.0,!44feat/support_ASAN
Pipeline #42562 passed
...@@ -19,7 +19,7 @@ option(PYBIND "python binding" ON) ...@@ -19,7 +19,7 @@ option(PYBIND "python binding" ON)
option(WERROR "Warning as error" OFF) option(WERROR "Warning as error" OFF)
option(TEST "Enable tests" ON) option(TEST "Enable tests" ON)
option(COVERAGE "Enable coverage" OFF) option(COVERAGE "Enable coverage" OFF)
option(ENABLE_ASAN "Enable ASan (adress sanitizer) for runtime analysis of memory use (over/underflow, memory leak, ...)" OFF) option(ENABLE_ASAN "Enable ASan (AddressSanitizer) for runtime analysis of memory use (over/underflow, memory leak, ...)" OFF)
############################################## ##############################################
# Import utils CMakeLists # Import utils CMakeLists
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment