Hi,
I have a large cmake-based fortran project whose link stage for main library takes a painfully long time.
I have managed to use mold as project linker when using the GNU compilers, thanks to the new CMAKE_LINKER_TYPE variable available since CMake 3.29, which is much speedier.
I haven’t managed to get it to work with the intel fortran compiler though (it is not mentioned as supported).
Has anyone managed this?
Thanks!
Olivier