Intel® C++ Compiler 18.0 Developer Guide and Reference

MQ

Changes the default target rule for dependency generation.

Architecture Restrictions

Not available on Intel® 64 architecture targeting Intel® Graphics Technology, or when targeting Intel® Graphics Technology running on IA-32 architecture

Syntax

Linux and macOS:

-MQtarget

Windows:

None

Arguments

target

Is the target rule to use.

Default

OFF

The default target rule applies to dependency generation.

Description

This option changes the default target rule for dependency generation. It is similar to -MT, but quotes special Make characters.

IDE Equivalent

None

Alternate Options

None