Intel® Fortran Compiler 17.0 Developer Guide and Reference
Determines whether certain features are excluded from dependency analysis. Currently, it only applies to intrinsic modules.
Linux and macOS: | -gen-depshow=keyword |
Windows: | /gen-depshow:keyword |
keyword |
Specifies inclusion or exclusion from dependency analysis. Possible values are:
|
nointr_mod |
Tells the compiler to exclude Fortran intrinsic modules in dependency analysis. |
This option determines whether certain features are excluded from dependency analysis. Currently, it only applies to intrinsic modules.
Option |
Description |
---|---|
gen-depshow intr_mod |
Tells the compiler to include Fortran intrinsic modules in dependency analysis. |
If you do not specify option gen-dep, the compiler does not generate build dependencies for the compilation.
If you specify option gen-depshow and do not specify option gen-dep, the option is ignored.
gen-depshow nointr_mod |
Linux and OS X: -MMD Windows: /QMMD |