pub fn compiler_command(compiler: &Path) -> CommandExpand description
Build a compiler command with optional daemon/cache wrappers.
Behavior controlled by RUN_COMPILER_DAEMON:
- off: use raw compiler
- ccache: force ccache wrapper
- sccache: force sccache wrapper
- auto (default): prefer sccache, then ccache, else raw compiler