Is it's possible to produce x64 binaries on Windows x64 without installing Visual Studio? DMD do not have linker for x64.

You could try using the llvm linker, lld, as noted in the release notes for ldc 1.5:

Could you explain hot to do it? Install LLVM? And than how I could specify what linker should be used?

Reply via email to