On 06/08/2016 11:53 PM, ciechowoj wrote:
Another question that is troubling me is why to use OPTLINK as a default for 32-bit version, if for 64-bit version a Visual Studio linker is used anyway?
Optlink does not support 64bit. For 64bit support we use the MSVC tooling on Windows.We provide Optlink so that we have support for Windows out of the box. Unfortunately since Optlink does not understand COFF, we are forced to provide a second command option to force MSVC tooling for 32bit usage.