Process-in-Process
 All Functions Groups Pages
pipcc

C compiler driver for PiP

Synopsis
pipcc [PIP-OPTIONS] [COMPILER-OPTIONS-AND-ARGS]
Parameters
-piprootthe compile (and link) as a PiP root
-piptaskthe compile (and link) as a PiP task
-nopipNo PiP related settings will be applied
–wherePrint the path where pipcc exists and exit
–whichPrint backend compiler and exit
Note
The -piproot and -piptask options can be specified at the same time. In this case, the compiled object can be both of PiP root and PiP task. This is also the default behavior when none of them is specified.
Environment
$(CC) is used to specify a C compiler
See Also
pip-exec(1), pip-mode(1)