< Compile Options / Dependency File Output Specification Options >
[Format]
Dependencies are not analyzed. A header file dependency file is not output.
[Description]
- | This option analyzes the header file dependencies for the input file, and then outputs the results to a file.
Compilation processing is also performed. |
- | The output file name is the same as the input file name with the extension replaced by “dep”. |
- | You can specify the output file name by specifying this option together with the -MF option. |
- | This option is invalid if the -output=dep or -MM option is also specified. |
[Remarks]
- | For details about output files, see the description of the -MM option. |