Browse Source

ASM_MARMASM: Fix VS flag table entry for debug flag

`$(VCTargetsPath)\BuildCustomizations\marmasm.xml` defines the
`GenerateDebugInformation` boolean setting to map to `-g`.
Brad King 2 years ago
parent
commit
64303b9743
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Templates/MSBuild/FlagTables/v10_MARMASM.json

+ 1 - 1
Templates/MSBuild/FlagTables/v10_MARMASM.json

@@ -67,7 +67,7 @@
     ]
   },
   {
-    "name": "DebugInformation",
+    "name": "GenerateDebugInformation",
     "switch": "g",
     "comment": "Generate debugging information.",
     "value": "true",