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-0D423113-5A19-4341-BA73-05D7089B3BB8
Visible to Intel only — GUID: GUID-0D423113-5A19-4341-BA73-05D7089B3BB8
Quse-msasm-symbols
Tells the compiler to use a dollar sign ("$") when producing symbol names.
Syntax
Linux: |
None |
macOS: |
None |
Windows: |
/Quse-msasm-symbols |
Arguments
None
Default
OFF |
The compiler uses a period (".") when producing symbol names |
Description
This option tells the compiler to use a dollar sign ("$") when producing symbol names.
Use this option if you require symbols in your .asm files to contain characters that are accepted by the MS assembler.
IDE Equivalent
Alternate Options
None