From 64303b97438a15691c29e30a089a63c7447b6b21 Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 15 Dec 2022 13:54:47 -0500 Subject: ASM_MARMASM: Fix VS flag table entry for debug flag `$(VCTargetsPath)\BuildCustomizations\marmasm.xml` defines the `GenerateDebugInformation` boolean setting to map to `-g`. --- Templates/MSBuild/FlagTables/v10_MARMASM.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Templates') diff --git a/Templates/MSBuild/FlagTables/v10_MARMASM.json b/Templates/MSBuild/FlagTables/v10_MARMASM.json index 5c8de1f836..8d09574732 100644 --- a/Templates/MSBuild/FlagTables/v10_MARMASM.json +++ b/Templates/MSBuild/FlagTables/v10_MARMASM.json @@ -67,7 +67,7 @@ ] }, { - "name": "DebugInformation", + "name": "GenerateDebugInformation", "switch": "g", "comment": "Generate debugging information.", "value": "true", -- cgit v1.2.1