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

Fixes: #27380
This commit is contained in:
Brad King
2025-11-12 15:01:08 -05:00
parent 203a1cb1c5
commit 47d3a9b2da
@@ -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=",