Tells the compiler to produce objects through the assembler. This is a deprecated option. There is no replacement option. This feature is only available for ifort.
Linux: | -use-asm -no-use-asm |
macOS: | -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