ASM_MARMASM: Fix VS flag table entry for debug flag

`$(VCTargetsPath)\BuildCustomizations\marmasm.xml` defines the
`GenerateDebugInformation` boolean setting to map to `-g`.
This commit is contained in:
Brad King
2022-12-15 13:54:47 -05:00
parent 5f8e4de696
commit 64303b9743

View File

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