feat : added ASAN support
Compare changes
- Maxence Naud authored
+ 1
− 1
@@ -20,7 +20,7 @@ option(PYBIND "python binding" ON)
@@ -20,7 +20,7 @@ option(PYBIND "python binding" ON)
option(ENABLE_ASAN "Enable ASan (adress sanitizer) for runtime analysis of memory use (over/underflow, memory leak, ...)" OFF)