Remove quotes causing asan build breakage
The quotes around "-fsanitize=address -shared-libasan" cause the BUILD_ADDRESS_SANITIZER build to fail; remove the quotes
[ROCm/rccl commit: f59de10524]
Этот коммит содержится в:
@@ -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)
|
||||
|
||||
Ссылка в новой задаче
Block a user