Intel® Fortran Compiler 17.0 Developer Guide and Reference
Tells the compiler that all routines should be compiled for possible recursive execution.
Linux and macOS: | -recursive -norecursive |
Windows: | /recursive /norecursive |
None
norecursive |
Routines are not compiled for possible recursive execution. |
This option tells the compiler that all routines should be compiled for possible recursive execution. It sets the automatic option.
Visual Studio: Code Generation > Enable Recursive Routines
Eclipse: None
Xcode: Code Generation > Enable Recursive Routines
None