mirror of
https://github.com/reactos/CMake.git
synced 2024-12-13 22:58:41 +00:00
VS: Add more CUDA flag table entries
This commit is contained in:
parent
6ca4f22292
commit
8cae24a1d0
@ -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 }
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user