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:
searlmc1
2023-10-19 16:13:39 -07:00
işlemeyi yapan: GitHub
ebeveyn 3807c203fc
işleme f59de10524
+1 -1
Dosyayı Görüntüle
@@ -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)