Are there any Linker flags for the FTN95.NET compiler to allow for less strict type checking of subroutine arguments? One example: a subroutine expects a REAL argument and is called with a COMPLEX parameter ?
The netlib lapack I am trying to compile seems to exhibit those issues on many places and I dont want to fix them manually since they obviously would not do any harm. Thanks in advance.