MRtrix3 provides a set of tools to perform various advanced diffusion MRI analyses, including constrained spherical deconvolution (CSD), probabilistic tractography, track-density imaging, and apparent fibre density
I made the unfortunate discovery that the LLVM linker cannot perform Link Time Optimisation when compiling with GCC. See here. In fact, the compilation is broken if lld is used with GCC with LTO on.
So we simply don't use lld if we detect that GCC and LTO are used together.
I made the unfortunate discovery that the LLVM linker cannot perform Link Time Optimisation when compiling with GCC. See here. In fact, the compilation is broken if lld is used with GCC with LTO on.
So we simply don't use lld if we detect that GCC and LTO are used together.