Passes the argument arg to a specified component c. Each argument must be separated from the preceding only by a comma. All -W arguments are passed after the regular command-line arguments. A comma can be part of an argument by escaping it by an immediately preceding \ (backslash) character.
c can be one of the following:
a | Assembler: (fbe); (gas) |
c |
C code generator: (cg) (SPARC); (codegen) (Intel) |
l |
Link editor (ld) |
m | mcs |
p | Preprocessor (cpp) |
0 | Compiler (acomp and ssbd) |
2 | Optimizer: (iropt) (SPARC); intermediate code translator: (cg386) (Intel) |