Remove quotes causing asan build breakage
The quotes around "-fsanitize=address -shared-libasan" cause the BUILD_ADDRESS_SANITIZER build to fail; remove the quotes
Bu işleme şunda yer alıyor:
@@ -606,7 +606,7 @@ endif()
|
||||
#endforeach()
|
||||
|
||||
if(BUILD_ADDRESS_SANITIZER)
|
||||
target_compile_options(rccl PRIVATE "-fsanitize=address -shared-libasan")
|
||||
target_compile_options(rccl PRIVATE -fsanitize=address -shared-libasan)
|
||||
endif()
|
||||
if(TIMETRACE)
|
||||
target_compile_options(rccl PRIVATE -ftime-trace)
|
||||
|
||||
Yeni konuda referans
Bir kullanıcı engelle