Intel® oneAPI DPC++/C++ Compiler 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.
Linux: |
-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