Commit 5790f10a authored by Dominik Charousset's avatar Dominik Charousset

Add Jenkinsfile to repository

parent 43b445bf
...@@ -215,7 +215,7 @@ if(CAF_ENABLE_ADDRESS_SANITIZER AND NOT WIN32) ...@@ -215,7 +215,7 @@ if(CAF_ENABLE_ADDRESS_SANITIZER AND NOT WIN32)
"${CMAKE_CURRENT_BINARY_DIR}" "${CMAKE_CURRENT_BINARY_DIR}"
"${CMAKE_CURRENT_SOURCE_DIR}/cmake/get_compiler_version.cpp") "${CMAKE_CURRENT_SOURCE_DIR}/cmake/get_compiler_version.cpp")
if(NOT CompilationSucceeded) if(NOT CompilationSucceeded)
message(FATAL_ERROR "ASAN not available on selected compiler") message(STATUS "ASAN not available on selected compiler")
else() else()
message(STATUS "Enable Address Sanitizer") message(STATUS "Enable Address Sanitizer")
build_string("EXTRA_FLAGS" "-fsanitize=address -fno-omit-frame-pointer") build_string("EXTRA_FLAGS" "-fsanitize=address -fno-omit-frame-pointer")
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment