Intel® C++ Compiler Classic Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-A7C3545F-1449-4ED6-9915-D6628BF46BC7
Visible to Intel only — GUID: GUID-A7C3545F-1449-4ED6-9915-D6628BF46BC7
MG, QMG
Tells the compiler to generate makefile dependency lines for each source file.
Syntax
Linux: |
-MG |
macOS: |
-MG |
Windows: |
/QMG |
Arguments
None
Default
OFF |
The compiler does not generate makefile dependency information in files. |
Description
This option tells the compiler to generate makefile dependency lines for each source file. It is similar to /QM, but it treats missing header files as generated files.
IDE Equivalent
Alternate Options
None