Open
Description
LLD with MinGW backend does not seem to support the -r
option or something equivalent. I've understood this option to be quite standard.
In order to compile FLINT, this option is required for MinGW since we otherwise go beyond the command line length limit when compiling the library. A proposal was brought up in flintlib/flint#2098 to avoid using lld -r
when cross-compiling from Linux to Windows since the command line length is far greater than what is is on MinGW.
Can this feature be implemented here?