소스 검색

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

Fixes: #27380
Brad King 4 일 전
부모
커밋
47d3a9b2da
1개의 변경된 파일14개의 추가작업 그리고 0개의 파일을 삭제
  1. 14 0
      Templates/MSBuild/FlagTables/v10_Cuda.json

+ 14 - 0
Templates/MSBuild/FlagTables/v10_Cuda.json

@@ -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=",