Intel® C++ Compiler 16.0 User and Reference Guide
Tells the compiler to produce objects through the assembler. This is a deprecated option. There is no replacement option.
Linux and OS X: | -use-asm -no-use-asm |
Windows: | /Quse-asm /Quse-asm- |
None
OFF |
The compiler produces objects directly. |
This option tells the compiler to produce objects through the assembler.
None