C compiler driver for PiP
- Synopsis
- pipcc [PIP-OPTIONS] [COMPILER-OPTIONS-AND-ARGS]
- Parameters
-
-piproot | the compile (and link) as a PiP root |
-piptask | the compile (and link) as a PiP task |
-nopip | No PiP related settings will be applied |
–where | Print the path where pipcc exists and exit |
–which | Print 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)