mirror of
https://github.com/reactos/CMake.git
synced 2024-11-28 05:50:42 +00:00
VS: Add more CUDA flag table entries
Original header commit v3.9.0-rc1~431^2~2
This commit is contained in:
parent
c17809bcd7
commit
f61e097554
@ -160,5 +160,47 @@
|
||||
"flags": [
|
||||
"UserFollowing"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "FastMath",
|
||||
"switch": "use_fast_math",
|
||||
"comment": "",
|
||||
"value": "true",
|
||||
"flags": []
|
||||
},
|
||||
{
|
||||
"name": "FastMath",
|
||||
"switch": "-use_fast_math",
|
||||
"comment": "",
|
||||
"value": "true",
|
||||
"flags": []
|
||||
},
|
||||
{
|
||||
"name": "GPUDebugInfo",
|
||||
"switch": "G",
|
||||
"comment": "",
|
||||
"value": "true",
|
||||
"flags": []
|
||||
},
|
||||
{
|
||||
"name": "GPUDebugInfo",
|
||||
"switch": "-device-debug",
|
||||
"comment": "",
|
||||
"value": "true",
|
||||
"flags": []
|
||||
},
|
||||
{
|
||||
"name": "HostDebugInfo",
|
||||
"switch": "g",
|
||||
"comment": "",
|
||||
"value": "true",
|
||||
"flags": []
|
||||
},
|
||||
{
|
||||
"name": "HostDebugInfo",
|
||||
"switch": "-debug",
|
||||
"comment": "",
|
||||
"value": "true",
|
||||
"flags": []
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user