mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03: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