otp
otp copied to clipboard
Use llvm-mingw or clang-cl to compile Erlang for Windows 64
Is your feature request related to a problem? Please describe. I want to compile Erlang for Windows on a Linux machine.
Describe alternatives you've considered There is currently no way to compile Erlang for Windows on Linux.
Additional context I think it is possible to use llvm-mingw or clang-cl on Fedora Linux to compile Erlang.
Has anyone tried?
LINKFLAGS='-Wl,-pdb=' CCFLAGS='-g -gcodeview' allow generating pdbs for the dlls with mingw-llvm