mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-27 17:10:43 -06:00
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:
@@ -67,7 +67,7 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "DebugInformation",
|
||||
"name": "GenerateDebugInformation",
|
||||
"switch": "g",
|
||||
"comment": "Generate debugging information.",
|
||||
"value": "true",
|
||||
|
||||
Reference in New Issue
Block a user