Skip to content
Snippets Groups Projects
Commit 422a9cb6 authored by Grégoire Kubler's avatar Grégoire Kubler
Browse files

fix : removed set() since asan is now supported + friendly build log

parent 72427a6a
No related branches found
No related tags found
3 merge requests!50version 0.2.0,!47Draft: TEST_CI_FORK_DO_NOT_MERGE,!42feat/operator_globalAveragePooling
......@@ -47,8 +47,8 @@ target_link_libraries(${module_name}
#Set target properties
set_property(TARGET ${module_name} PROPERTY POSITION_INDEPENDENT_CODE ON)
set(ENABLE_ASAN OFF)
if( ${ENABLE_ASAN} )
message("Building ${module_name} with ASAN.")
set(SANITIZE_FLAGS -fsanitize=address -fno-omit-frame-pointer)
target_link_libraries(${module_name}
PUBLIC
......
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