From e00cc8c10088ba247f992e73fee9d3effed8376c Mon Sep 17 00:00:00 2001 From: Xavier Hallade Date: Fri, 28 Mar 2025 12:34:16 +0100 Subject: [PATCH] Cycles: oneAPI: Use default linker on Windows The initial issues that led to the choice of forcing the use of linker.exe seem gone and there is currently no strong reason to use linker.exe explicitly, so let's simplify and use the default setting. --- intern/cycles/kernel/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/intern/cycles/kernel/CMakeLists.txt b/intern/cycles/kernel/CMakeLists.txt index 1543e7e6fc5..baabccf866b 100644 --- a/intern/cycles/kernel/CMakeLists.txt +++ b/intern/cycles/kernel/CMakeLists.txt @@ -1110,7 +1110,6 @@ if(WITH_CYCLES_DEVICE_ONEAPI) if(WIN32) # Add Windows specific compiler flags. list(APPEND sycl_compiler_flags - -fuse-ld=link -fms-extensions -fms-compatibility -D_WINDLL