VS: Honor compile options for ASM_MARMASM

The Ninja and Makefile generators honor `target_compile_options` and
friends for ASM_MARMMASM `.asm` sources.  Teach the VS generator to
honor them too for consistency.

Issue: #24289
This commit is contained in:
Brad King
2023-01-26 12:56:25 -05:00
parent ed09c0aecd
commit b44714a642
4 changed files with 6 additions and 10 deletions
@@ -119,15 +119,6 @@
"value": "true",
"flags": []
},
{
"name": "PredefineDirective",
"switch": "predefine",
"comment": "Specify a SETA, SETL, or SETS directive to predefine a symbol.",
"value": "",
"flags": [
"UserValue"
]
},
{
"name": "SourceLink",
"switch": "sourcelink",