Tells the compiler to generate makefile dependency lines for each source file.
None
IA-32 architecture, Intel® 64 architecture, IA-64 architecture
Linux and Mac OS: | -MG |
Windows: | /QMG |
None
OFF | The compiler does not generate makefile dependency information in files. |
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.
None
QM compiler option