Merge topic 'vs-cuda-keep'

47d3a9b2da VS: Add CUDA flag table entry for nvcc --keep flag

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !11411
This commit is contained in:
Brad King
2025-11-13 13:17:39 +00:00
committed by Kitware Robot
@@ -111,6 +111,20 @@
"value": "true",
"flags": []
},
{
"name": "Keep",
"switch": "keep",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "Keep",
"switch": "-keep",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "MaxRegCount",
"switch": "maxrregcount=",