C++ User's Guide

-Qoption phase option[,...option]

Passes option to the compilation phase.

To pass multiple options, specify them in order as a comma-separated list.

Values

phase must have one of the following values:

SPARC Architecture 

 

ccfe

iropt

cg

CClink

ld

x86 Architecture 

 

ccfe

cg386

codegen

CClink

ld

Examples

In the following command line, when ld is invoked by the CC driver, -Qoption passes the -i and -m options to ld:

demo% CC -Qoption ld -i,-m test.c