Skip to content
Snippets Groups Projects

feat : added ASAN support

Merged Grégoire Kubler requested to merge hrouis/aidge_backend_cuda:feat/support_ASAN into dev
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -20,7 +20,7 @@ option(PYBIND "python binding" ON)
@@ -20,7 +20,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
Loading