Visible to Intel only — GUID: GUID-F6557F98-9A6A-4423-9392-90385F23F422
Visible to Intel only — GUID: GUID-F6557F98-9A6A-4423-9392-90385F23F422
Qms
Tells the compiler to emulate Microsoft* compatibility bugs.
Syntax
Linux and macOS: |
None |
Windows: |
/Qmsn |
Arguments
n |
Possible values are:
|
Default
/Qms1 |
The compiler emulates most Microsoft* compatibility bugs. |
Description
This option tells the compiler to emulate Microsoft* compatibility bugs.
When using /Qms0, your program may not compile if it depends on Microsoft headers with compatibility bugs that are disabled with this option. Use /Qms1 if your compilation fails.
IDE Equivalent
Alternate Options
None