Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CFLAGS not being passed to nvcc #28

Open
pavanbalaji opened this issue Apr 6, 2020 · 0 comments
Open

CFLAGS not being passed to nvcc #28

pavanbalaji opened this issue Apr 6, 2020 · 0 comments
Milestone

Comments

@pavanbalaji
Copy link
Contributor

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 pavanbalaji added this to the yaksa-1.0b2 milestone Apr 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant