Intel® C++ Compiler 16.0 User and Reference Guide
Tells the compiler to use a dollar sign ("$") when producing symbol names.
Linux and OS X: | None |
Windows: | /Quse-msasm-symbols |
None
OFF |
The compiler uses a period (".") when producing symbol names |
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.
None