From the Developer/Reference Guide we have
/Qoption,string,options or -Qoption,string,options
"string" is listed as being any of the following:
- cpp - Indicates the Intel compiler preprocessor.
- c - Indicates the C++ compiler.
- asm - Indicates the assembler.
- link - Indicates the linker.
- prof - Indicates the profiler.
- On Windows* systems: masm - Indicates the Microsoft assembler.
- On Linux* and macOS* systems, the following are also available:
- as - Indicates the assembler.
- gas - Indicates the GNU assembler.
- ld - Indicates the loader.
- gld - Indicates the GNU loader.
- lib - Indicates an additional library.
- crt - Indicates the crt%.o files linked into executables to contain the place to start execution.
Point is, I don't see "options" being listed anywhere...
(masm is probably easy to figure out, however)