Visible to Intel only — GUID: GUID-8C87F024-53FA-4912-A560-626A137331C8
Visible to Intel only — GUID: GUID-8C87F024-53FA-4912-A560-626A137331C8
recursive
Tells the compiler that all routines should be compiled for possible recursive execution.
Syntax
Linux: |
-recursive -norecursive |
macOS: |
-recursive -norecursive |
Windows: |
/recursive /norecursive |
Arguments
None
Default
norecursive |
Routines are not compiled for possible recursive execution. |
Description
This option tells the compiler that all routines should be compiled for possible recursive execution. It sets option auto.
This option will be deprecated in a future release. We recommend you use its replacement option: assume [no]recursion.
IDE Equivalent
Visual Studio: Code Generation > Enable Recursive Routines
Alternate Options
Linux and macOS: -assume [no]recursion
Windows: /assume:[no]recursion