summaryrefslogtreecommitdiff
path: root/Templates/MSBuild/FlagTables/v10_MARMASM.json
blob: 8d0957473292a30e6a0ecba44cccbae5e0513a38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
[
  {
    "name": "16BitThumbInstructions",
    "switch": "16",
    "comment": "Assemble source as 16-bit Thumb instructions.",
    "value": "true",
    "flags": []
  },
  {
    "name": "32BitArmInstructions",
    "switch": "32",
    "comment": "Assemble source as 32-bit ARM instructions.",
    "value": "true",
    "flags": []
  },
  {
    "name": "CoffThumb2Only",
    "switch": "coff_thumb2_only",
    "comment": "Allow only Thumb-2 code.",
    "value": "true",
    "flags": []
  },
  {
    "name": "ErrorReporting",
    "switch": "errorReport:prompt",
    "comment": "Prompt to send report immediately (/errorReport:prompt)",
    "value": "0",
    "flags": []
  },
  {
    "name": "ErrorReporting",
    "switch": "errorReport:queue",
    "comment": "Prompt to send report at the next logon (/errorReport:queue)",
    "value": "1",
    "flags": []
  },
  {
    "name": "ErrorReporting",
    "switch": "errorReport:send",
    "comment": "Automatically send report (/errorReport:send)",
    "value": "2",
    "flags": []
  },
  {
    "name": "ErrorReporting",
    "switch": "errorReport:none",
    "comment": "Do not send report (/errorReport:none)",
    "value": "3",
    "flags": []
  },
  {
    "name": "Errors",
    "switch": "errors",
    "comment": "Redirect error and warning messages.",
    "value": "",
    "flags": [
      "UserValue"
    ]
  },
  {
    "name": "FunctionOverride",
    "switch": "funcOverride",
    "comment": "Emit function overriding support for the specified function.",
    "value": "",
    "flags": [
      "UserValue"
    ]
  },
  {
    "name": "GenerateDebugInformation",
    "switch": "g",
    "comment": "Generate debugging information.",
    "value": "true",
    "flags": []
  },
  {
    "name": "Machine",
    "switch": "machine",
    "comment": "Specify the machine type to set in the PE header.",
    "value": "",
    "flags": [
      "UserValue"
    ]
  },
  {
    "name": "NoEsc",
    "switch": "noesc",
    "comment": "Ignore C-style escaped special characters.",
    "value": "true",
    "flags": []
  },
  {
    "name": "NoLogo",
    "switch": "nologo",
    "comment": "Suppress the copyright banner.",
    "value": "true",
    "flags": []
  },
  {
    "name": "NoWarn",
    "switch": "nowarn",
    "comment": "Disable all warning messages.",
    "value": "true",
    "flags": []
  },
  {
    "name": "ObjectFile",
    "switch": "o",
    "comment": "Specify the name of the object (output) file.",
    "value": "",
    "flags": [
      "UserValue"
    ]
  },
  {
    "name": "ItBlocks",
    "switch": "oldit",
    "comment": "Generate ARMv7-style IT blocks.",
    "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",
    "comment": "Specify the configuration file that contains a simple mapping of local file paths to URLs for source files to display in the debugger.",
    "value": "",
    "flags": [
      "UserValue"
    ]
  },
  {
    "name": "CommandLineArgumentsViaFile",
    "switch": "via",
    "comment": "Read extra command-line arguments from the specified file.",
    "value": "",
    "flags": [
      "UserValue"
    ]
  }
]