CUDA: Do not pass unsupported @rspfile arguments to NVCC
The nvcc compiler does not support @<rspfile>
arguments. It does
offer a --options-file
argument that can be investigated later.
This does for Makefile generators what !1662 (merged) did for Ninja.
Fixes: #17797 (closed)
Edited by Brad King