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-02903CCA-C032-4301-8C54-2D0315D66AA9
Visible to Intel only — GUID: GUID-02903CCA-C032-4301-8C54-2D0315D66AA9
MP
Tells the compiler to add a phony target for each dependency.
Linux: |
-MP |
macOS: |
-MP |
Windows: |
None (see below) |
None
OFF |
The compiler does not generate dependency information unless it is told to do so. |
This option tells the compiler to add a phony target for each dependency.
Note that this option is not related to Windows* option /MP.
None