HP C/iX Reference Manual (31506-90011)
Chapter 8 119
Compiling and Running HP C/iX Programs
HP C/iX Compiler Options
This example only executes the preprocessing phase on MYTEXT(-P), leaves the output
with the comments intact in CPPOUT (-C), and deļ¬nes debug as 1 (-Ddebug).
CCOPTS CI Variable
Options may also be passed to the compiler using the Command Interpreter variable
CCOPTS. The compiler picks up the value of CCOPTS and places its contents before any
arguments in the INFO string.
Example
SETVAR CCOPTS "-g"
CCXL MYFILE;INFO="-v"
is equivalent to:
CCXL MYFILE;INFO="-g -v"