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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user