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.
This commit is contained in:
Xavier Hallade
2025-03-28 12:34:16 +01:00
parent 2204d1308d
commit e00cc8c100

View File

@@ -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