]> git.ipfire.org Git - thirdparty/ccache.git/commit
feat: Support NVCC --compile option (#1475)
authorLaurent Bouhier <laurent.bouhier@gmail.com>
Sun, 30 Jun 2024 12:42:11 +0000 (14:42 +0200)
committerGitHub <noreply@github.com>
Sun, 30 Jun 2024 12:42:11 +0000 (14:42 +0200)
commit6bca5013e3d72808089435dd5f2d92e972db01fc
tree48ba856e7bfe11b60ab3f874fb85777b3aa4f0b2
parent1eb0aa5b9bcf74bd2ca6f161e406da64ccd349af
feat: Support NVCC --compile option (#1475)

The nvcc (CUDA) compiler has a extra option compliant with -c: --compile.
https://docs.nvidia.com/cuda/cuda-compiler-driver-nvcc/#supported-phases

So ccache should see the --compile option as the -c option (especially because the CUDA MVS plugin use it!)
src/ccache/argprocessing.cpp