Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The cuda compiler also executes the host compiler and generally needs to know the host compiler flags. We did this for regular args but not for error args. We use `-Xcompiler=` since that's how nvcc tells the difference between args it uses itself for device code and args it passes to the host compiler. Signed-off-by: Eli Schwartz <[email protected]> [eli: fix quoting style]
- Loading branch information