Skip to content
Snippets Groups Projects
Commit 8cae24a1 authored by Brad King's avatar Brad King
Browse files

VS: Add more CUDA flag table entries

parent 6ca4f222
No related branches found
No related tags found
No related merge requests found
......@@ -36,5 +36,16 @@ static cmVS7FlagTable cmVS10CudaFlagTable[] = {
{ "cmake-temp-arch", "-gpu-architecture", "", "",
cmVS7FlagTable::UserFollowing },
// Other flags.
{ "FastMath", "use_fast_math", "", "true", 0 },
{ "FastMath", "-use_fast_math", "", "true", 0 },
{ "GPUDebugInfo", "G", "", "true", 0 },
{ "GPUDebugInfo", "-device-debug", "", "true", 0 },
{ "HostDebugInfo", "g", "", "true", 0 },
{ "HostDebugInfo", "-debug", "", "true", 0 },
{ 0, 0, 0, 0, 0 }
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment