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-D2F3B424-3A1D-4EBB-90DE-3F9D9B19D39F
Visible to Intel only — GUID: GUID-D2F3B424-3A1D-4EBB-90DE-3F9D9B19D39F
MM, QMM
Tells the compiler to generate makefile dependency lines for each source file.
Linux: |
-MM |
Windows: |
/QMM |
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 does not include system header files.
None