diff options
author | Brad King <brad.king@kitware.com> | 2023-01-26 12:55:41 -0500 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-01-26 12:56:25 -0500 |
commit | b44714a6429c48c2cabe53fce100bc20c6f8fbfc (patch) | |
tree | ea4ac4cf359f41312e2d212a4efa86a9516fdbf0 /Templates/MSBuild/FlagTables | |
parent | ed09c0aecd7c68b3ad2af805fda1449f799a6eae (diff) | |
download | cmake-b44714a6429c48c2cabe53fce100bc20c6f8fbfc.tar.gz |
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
Diffstat (limited to 'Templates/MSBuild/FlagTables')
-rw-r--r-- | Templates/MSBuild/FlagTables/v10_MARMASM.json | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Templates/MSBuild/FlagTables/v10_MARMASM.json b/Templates/MSBuild/FlagTables/v10_MARMASM.json index 8d09574732..90668ba923 100644 --- a/Templates/MSBuild/FlagTables/v10_MARMASM.json +++ b/Templates/MSBuild/FlagTables/v10_MARMASM.json @@ -120,15 +120,6 @@ "flags": [] }, { - "name": "PredefineDirective", - "switch": "predefine", - "comment": "Specify a SETA, SETL, or SETS directive to predefine a symbol.", - "value": "", - "flags": [ - "UserValue" - ] - }, - { "name": "SourceLink", "switch": "sourcelink", "comment": "Specify the configuration file that contains a simple mapping of local file paths to URLs for source files to display in the debugger.", |