Tells the compiler that all routines should be compiled for possible recursive execution.
Windows: Code Generation > Enable Recursive Routines
Linux: None
Mac OS X: Code Generation > Enable Recursive Routines
IA-32, Intel® 64 architectures
Linux and Mac OS X: | -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.
None
Copyright © 1996-2011, Intel Corporation. All rights reserved.