yaksa icon indicating copy to clipboard operation
yaksa copied to clipboard

CFLAGS not being passed to nvcc

Open pavanbalaji opened this issue 4 years ago • 0 comments

Yaksa currently does not pass CFLAGS to NVCC when building .cu files. This is somewhat useful because the CFLAGS are only tested against one compiler (CC), but not against NVCC. But this is also causing NVCC to not see some useful flags like -g.

The build system needs to be improved to create an NVCC specific set of CFLAGS too.

pavanbalaji avatar Apr 06 '20 03:04 pavanbalaji