mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 06:09:14 -05: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",
|
"switch": "g",
|
||||||
"comment": "Generate debugging information.",
|
"comment": "Generate debugging information.",
|
||||||
"value": "true",
|
"value": "true",
|
||||||
|
|||||||
Reference in New Issue
Block a user