Skip to content
Snippets Groups Projects

Add Sanitizer CI Jobs

Merged Sören Peters requested to merge soe.peters/VirtualFluids:feature/sanitzer into develop
1 unresolved thread
2 files
+ 40
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
0
@@ -52,6 +52,7 @@ function(enable_sanitizers project_name)
"${LIST_OF_SANITIZERS}"
STREQUAL
"")
message(STATUS "Enabling sanitizers: ${LIST_OF_SANITIZERS}")
target_compile_options(${project_name} INTERFACE -fsanitize=${LIST_OF_SANITIZERS})
target_link_options(${project_name} INTERFACE -fsanitize=${LIST_OF_SANITIZERS})
endif()
Loading