diff --git a/projects/rccl/CMakeLists.txt b/projects/rccl/CMakeLists.txt index 609c582583..de18c52b4b 100644 --- a/projects/rccl/CMakeLists.txt +++ b/projects/rccl/CMakeLists.txt @@ -17,7 +17,7 @@ option(BUILD_SHARED_LIBS "Build as shared library" option(BUILD_TESTS "Build unit test programs" OFF) option(COLLTRACE "Collective Trace Option" ON) option(ENABLE_MSCCL_KERNEL "Enable MSCCL while compiling" ON) -option(ENABLE_IFC "Enable indirect function call" ON) +option(ENABLE_IFC "Enable indirect function call" OFF) option(INSTALL_DEPENDENCIES "Force install dependencies" OFF) option(PROFILE "Enable profiling" OFF) option(TIMETRACE "Enable time-trace during compilation" OFF)