v143_CL.json 31 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516
  1. [
  2. {
  3. "name": "DebugInformationFormat",
  4. "switch": "",
  5. "comment": "None",
  6. "value": "None",
  7. "flags": []
  8. },
  9. {
  10. "name": "DebugInformationFormat",
  11. "switch": "Z7",
  12. "comment": "C7 compatible",
  13. "value": "OldStyle",
  14. "flags": []
  15. },
  16. {
  17. "name": "DebugInformationFormat",
  18. "switch": "Zi",
  19. "comment": "Program Database",
  20. "value": "ProgramDatabase",
  21. "flags": []
  22. },
  23. {
  24. "name": "DebugInformationFormat",
  25. "switch": "ZI",
  26. "comment": "Program Database for Edit And Continue",
  27. "value": "EditAndContinue",
  28. "flags": []
  29. },
  30. {
  31. "name": "CompileAsManaged",
  32. "switch": "",
  33. "comment": "No Common Language RunTime Support",
  34. "value": "false",
  35. "flags": []
  36. },
  37. {
  38. "name": "CompileAsManaged",
  39. "switch": "clr",
  40. "comment": "Common Language RunTime Support",
  41. "value": "true",
  42. "flags": []
  43. },
  44. {
  45. "name": "CompileAsManaged",
  46. "switch": "clr:pure",
  47. "comment": "Pure MSIL Common Language RunTime Support",
  48. "value": "Pure",
  49. "flags": []
  50. },
  51. {
  52. "name": "CompileAsManaged",
  53. "switch": "clr:safe",
  54. "comment": "Safe MSIL Common Language RunTime Support",
  55. "value": "Safe",
  56. "flags": []
  57. },
  58. {
  59. "name": "WarningLevel",
  60. "switch": "W0",
  61. "comment": "Turn Off All Warnings",
  62. "value": "TurnOffAllWarnings",
  63. "flags": []
  64. },
  65. {
  66. "name": "WarningLevel",
  67. "switch": "W1",
  68. "comment": "Level1",
  69. "value": "Level1",
  70. "flags": []
  71. },
  72. {
  73. "name": "WarningLevel",
  74. "switch": "W2",
  75. "comment": "Level2",
  76. "value": "Level2",
  77. "flags": []
  78. },
  79. {
  80. "name": "WarningLevel",
  81. "switch": "W3",
  82. "comment": "Level3",
  83. "value": "Level3",
  84. "flags": []
  85. },
  86. {
  87. "name": "WarningLevel",
  88. "switch": "W4",
  89. "comment": "Level4",
  90. "value": "Level4",
  91. "flags": []
  92. },
  93. {
  94. "name": "WarningLevel",
  95. "switch": "Wall",
  96. "comment": "EnableAllWarnings",
  97. "value": "EnableAllWarnings",
  98. "flags": []
  99. },
  100. {
  101. "name": "DiagnosticsFormat",
  102. "switch": "diagnostics:caret",
  103. "comment": "Caret",
  104. "value": "Caret",
  105. "flags": []
  106. },
  107. {
  108. "name": "DiagnosticsFormat",
  109. "switch": "diagnostics:column",
  110. "comment": "Column Info",
  111. "value": "Column",
  112. "flags": []
  113. },
  114. {
  115. "name": "DiagnosticsFormat",
  116. "switch": "diagnostics:classic",
  117. "comment": "Classic",
  118. "value": "Classic",
  119. "flags": []
  120. },
  121. {
  122. "name": "Optimization",
  123. "switch": "",
  124. "comment": "Custom",
  125. "value": "Custom",
  126. "flags": []
  127. },
  128. {
  129. "name": "Optimization",
  130. "switch": "Od",
  131. "comment": "Disabled",
  132. "value": "Disabled",
  133. "flags": []
  134. },
  135. {
  136. "name": "Optimization",
  137. "switch": "O1",
  138. "comment": "Maximum Optimization (Favor Size)",
  139. "value": "MinSpace",
  140. "flags": []
  141. },
  142. {
  143. "name": "Optimization",
  144. "switch": "O2",
  145. "comment": "Maximum Optimization (Favor Speed)",
  146. "value": "MaxSpeed",
  147. "flags": []
  148. },
  149. {
  150. "name": "Optimization",
  151. "switch": "Ox",
  152. "comment": "Optimizations (Favor Speed)",
  153. "value": "Full",
  154. "flags": []
  155. },
  156. {
  157. "name": "InlineFunctionExpansion",
  158. "switch": "",
  159. "comment": "Default",
  160. "value": "Default",
  161. "flags": []
  162. },
  163. {
  164. "name": "InlineFunctionExpansion",
  165. "switch": "Ob0",
  166. "comment": "Disabled",
  167. "value": "Disabled",
  168. "flags": []
  169. },
  170. {
  171. "name": "InlineFunctionExpansion",
  172. "switch": "Ob1",
  173. "comment": "Only __inline",
  174. "value": "OnlyExplicitInline",
  175. "flags": []
  176. },
  177. {
  178. "name": "InlineFunctionExpansion",
  179. "switch": "Ob2",
  180. "comment": "Any Suitable",
  181. "value": "AnySuitable",
  182. "flags": []
  183. },
  184. {
  185. "name": "FavorSizeOrSpeed",
  186. "switch": "Os",
  187. "comment": "Favor small code",
  188. "value": "Size",
  189. "flags": []
  190. },
  191. {
  192. "name": "FavorSizeOrSpeed",
  193. "switch": "Ot",
  194. "comment": "Favor fast code",
  195. "value": "Speed",
  196. "flags": []
  197. },
  198. {
  199. "name": "FavorSizeOrSpeed",
  200. "switch": "",
  201. "comment": "Neither",
  202. "value": "Neither",
  203. "flags": []
  204. },
  205. {
  206. "name": "ExceptionHandling",
  207. "switch": "EHa",
  208. "comment": "Yes with SEH Exceptions",
  209. "value": "Async",
  210. "flags": []
  211. },
  212. {
  213. "name": "ExceptionHandling",
  214. "switch": "EHsc",
  215. "comment": "Yes",
  216. "value": "Sync",
  217. "flags": []
  218. },
  219. {
  220. "name": "ExceptionHandling",
  221. "switch": "EHs",
  222. "comment": "Yes with Extern C functions",
  223. "value": "SyncCThrow",
  224. "flags": []
  225. },
  226. {
  227. "name": "ExceptionHandling",
  228. "switch": "",
  229. "comment": "No",
  230. "value": "false",
  231. "flags": []
  232. },
  233. {
  234. "name": "BasicRuntimeChecks",
  235. "switch": "RTCs",
  236. "comment": "Stack Frames",
  237. "value": "StackFrameRuntimeCheck",
  238. "flags": []
  239. },
  240. {
  241. "name": "BasicRuntimeChecks",
  242. "switch": "RTCu",
  243. "comment": "Uninitialized variables",
  244. "value": "UninitializedLocalUsageCheck",
  245. "flags": []
  246. },
  247. {
  248. "name": "BasicRuntimeChecks",
  249. "switch": "RTC1",
  250. "comment": "Both (/RTC1, equiv. to /RTCsu)",
  251. "value": "EnableFastChecks",
  252. "flags": []
  253. },
  254. {
  255. "name": "BasicRuntimeChecks",
  256. "switch": "",
  257. "comment": "Default",
  258. "value": "Default",
  259. "flags": []
  260. },
  261. {
  262. "name": "RuntimeLibrary",
  263. "switch": "MT",
  264. "comment": "Multi-threaded",
  265. "value": "MultiThreaded",
  266. "flags": []
  267. },
  268. {
  269. "name": "RuntimeLibrary",
  270. "switch": "MTd",
  271. "comment": "Multi-threaded Debug",
  272. "value": "MultiThreadedDebug",
  273. "flags": []
  274. },
  275. {
  276. "name": "RuntimeLibrary",
  277. "switch": "MD",
  278. "comment": "Multi-threaded DLL",
  279. "value": "MultiThreadedDLL",
  280. "flags": []
  281. },
  282. {
  283. "name": "RuntimeLibrary",
  284. "switch": "MDd",
  285. "comment": "Multi-threaded Debug DLL",
  286. "value": "MultiThreadedDebugDLL",
  287. "flags": []
  288. },
  289. {
  290. "name": "StructMemberAlignment",
  291. "switch": "Zp1",
  292. "comment": "1 Byte",
  293. "value": "1Byte",
  294. "flags": []
  295. },
  296. {
  297. "name": "StructMemberAlignment",
  298. "switch": "Zp2",
  299. "comment": "2 Bytes",
  300. "value": "2Bytes",
  301. "flags": []
  302. },
  303. {
  304. "name": "StructMemberAlignment",
  305. "switch": "Zp4",
  306. "comment": "4 Byte",
  307. "value": "4Bytes",
  308. "flags": []
  309. },
  310. {
  311. "name": "StructMemberAlignment",
  312. "switch": "Zp8",
  313. "comment": "8 Bytes",
  314. "value": "8Bytes",
  315. "flags": []
  316. },
  317. {
  318. "name": "StructMemberAlignment",
  319. "switch": "Zp16",
  320. "comment": "16 Bytes",
  321. "value": "16Bytes",
  322. "flags": []
  323. },
  324. {
  325. "name": "StructMemberAlignment",
  326. "switch": "",
  327. "comment": "Default",
  328. "value": "Default",
  329. "flags": []
  330. },
  331. {
  332. "name": "BufferSecurityCheck",
  333. "switch": "GS-",
  334. "comment": "Disable Security Check",
  335. "value": "false",
  336. "flags": []
  337. },
  338. {
  339. "name": "BufferSecurityCheck",
  340. "switch": "GS",
  341. "comment": "Enable Security Check",
  342. "value": "true",
  343. "flags": []
  344. },
  345. {
  346. "name": "ControlFlowGuard",
  347. "switch": "guard:cf",
  348. "comment": "Yes",
  349. "value": "Guard",
  350. "flags": []
  351. },
  352. {
  353. "name": "ControlFlowGuard",
  354. "switch": "",
  355. "comment": "No",
  356. "value": "false",
  357. "flags": []
  358. },
  359. {
  360. "name": "EnableEnhancedInstructionSet",
  361. "switch": "arch:SSE",
  362. "comment": "Streaming SIMD Extensions",
  363. "value": "StreamingSIMDExtensions",
  364. "flags": []
  365. },
  366. {
  367. "name": "EnableEnhancedInstructionSet",
  368. "switch": "arch:SSE2",
  369. "comment": "Streaming SIMD Extensions 2",
  370. "value": "StreamingSIMDExtensions2",
  371. "flags": []
  372. },
  373. {
  374. "name": "EnableEnhancedInstructionSet",
  375. "switch": "arch:AVX",
  376. "comment": "Advanced Vector Extensions",
  377. "value": "AdvancedVectorExtensions",
  378. "flags": []
  379. },
  380. {
  381. "name": "EnableEnhancedInstructionSet",
  382. "switch": "arch:AVX2",
  383. "comment": "Advanced Vector Extensions 2",
  384. "value": "AdvancedVectorExtensions2",
  385. "flags": []
  386. },
  387. {
  388. "name": "EnableEnhancedInstructionSet",
  389. "switch": "arch:AVX512",
  390. "comment": "Advanced Vector Extensions 512",
  391. "value": "AdvancedVectorExtensions512",
  392. "flags": []
  393. },
  394. {
  395. "name": "EnableEnhancedInstructionSet",
  396. "switch": "arch:IA32",
  397. "comment": "No Enhanced Instructions",
  398. "value": "NoExtensions",
  399. "flags": []
  400. },
  401. {
  402. "name": "EnableEnhancedInstructionSet",
  403. "switch": "",
  404. "comment": "Not Set",
  405. "value": "NotSet",
  406. "flags": []
  407. },
  408. {
  409. "name": "FloatingPointModel",
  410. "switch": "fp:precise",
  411. "comment": "Precise",
  412. "value": "Precise",
  413. "flags": []
  414. },
  415. {
  416. "name": "FloatingPointModel",
  417. "switch": "fp:strict",
  418. "comment": "Strict",
  419. "value": "Strict",
  420. "flags": []
  421. },
  422. {
  423. "name": "FloatingPointModel",
  424. "switch": "fp:fast",
  425. "comment": "Fast",
  426. "value": "Fast",
  427. "flags": []
  428. },
  429. {
  430. "name": "SpectreMitigation",
  431. "switch": "Qspectre-load-cf",
  432. "comment": "All Control Flow Loads",
  433. "value": "SpectreLoadCF",
  434. "flags": []
  435. },
  436. {
  437. "name": "SpectreMitigation",
  438. "switch": "Qspectre-load",
  439. "comment": "All Loads",
  440. "value": "SpectreLoad",
  441. "flags": []
  442. },
  443. {
  444. "name": "SpectreMitigation",
  445. "switch": "Qspectre-",
  446. "comment": "Disabled",
  447. "value": "false",
  448. "flags": []
  449. },
  450. {
  451. "name": "SpectreMitigation",
  452. "switch": "Qspectre",
  453. "comment": "Enabled",
  454. "value": "Spectre",
  455. "flags": []
  456. },
  457. {
  458. "name": "ConformanceMode",
  459. "switch": "permissive-",
  460. "comment": "Yes",
  461. "value": "true",
  462. "flags": []
  463. },
  464. {
  465. "name": "ConformanceMode",
  466. "switch": "permissive",
  467. "comment": "No",
  468. "value": "false",
  469. "flags": []
  470. },
  471. {
  472. "name": "LanguageStandard",
  473. "switch": "std:c++14",
  474. "comment": "ISO C++14 Standard",
  475. "value": "stdcpp14",
  476. "flags": []
  477. },
  478. {
  479. "name": "LanguageStandard",
  480. "switch": "std:c++17",
  481. "comment": "ISO C++17 Standard",
  482. "value": "stdcpp17",
  483. "flags": []
  484. },
  485. {
  486. "name": "LanguageStandard",
  487. "switch": "std:c++20",
  488. "comment": "ISO C++20 Standard",
  489. "value": "stdcpp20",
  490. "flags": []
  491. },
  492. {
  493. "name": "LanguageStandard",
  494. "switch": "std:c++latest",
  495. "comment": "Preview - Features from the Latest C++ Working Draft",
  496. "value": "stdcpplatest",
  497. "flags": []
  498. },
  499. {
  500. "name": "LanguageStandard_C",
  501. "switch": "std:c11",
  502. "comment": "ISO C11 Standard",
  503. "value": "stdc11",
  504. "flags": []
  505. },
  506. {
  507. "name": "LanguageStandard_C",
  508. "switch": "std:c17",
  509. "comment": "ISO C17 (2018) Standard",
  510. "value": "stdc17",
  511. "flags": []
  512. },
  513. {
  514. "name": "PrecompiledHeader",
  515. "switch": "Yc",
  516. "comment": "Create",
  517. "value": "Create",
  518. "flags": [
  519. "UserValue",
  520. "UserIgnored",
  521. "Continue"
  522. ]
  523. },
  524. {
  525. "name": "PrecompiledHeader",
  526. "switch": "Yu",
  527. "comment": "Use",
  528. "value": "Use",
  529. "flags": [
  530. "UserValue",
  531. "UserIgnored",
  532. "Continue"
  533. ]
  534. },
  535. {
  536. "name": "PrecompiledHeader",
  537. "switch": "Y-",
  538. "comment": "Not Using Precompiled Headers",
  539. "value": "NotUsing",
  540. "flags": []
  541. },
  542. {
  543. "name": "AssemblerOutput",
  544. "switch": "",
  545. "comment": "No Listing",
  546. "value": "NoListing",
  547. "flags": []
  548. },
  549. {
  550. "name": "AssemblerOutput",
  551. "switch": "FA",
  552. "comment": "Assembly-Only Listing",
  553. "value": "AssemblyCode",
  554. "flags": []
  555. },
  556. {
  557. "name": "AssemblerOutput",
  558. "switch": "FAc",
  559. "comment": "Assembly With Machine Code",
  560. "value": "AssemblyAndMachineCode",
  561. "flags": []
  562. },
  563. {
  564. "name": "AssemblerOutput",
  565. "switch": "FAs",
  566. "comment": "Assembly With Source Code",
  567. "value": "AssemblyAndSourceCode",
  568. "flags": []
  569. },
  570. {
  571. "name": "AssemblerOutput",
  572. "switch": "FAcs",
  573. "comment": "Assembly, Machine Code and Source",
  574. "value": "All",
  575. "flags": []
  576. },
  577. {
  578. "name": "ExternalWarningLevel",
  579. "switch": "external:W0",
  580. "comment": "Turn Off All Warnings",
  581. "value": "TurnOffAllWarnings",
  582. "flags": []
  583. },
  584. {
  585. "name": "ExternalWarningLevel",
  586. "switch": "external:W1",
  587. "comment": "Level1",
  588. "value": "Level1",
  589. "flags": []
  590. },
  591. {
  592. "name": "ExternalWarningLevel",
  593. "switch": "external:W2",
  594. "comment": "Level2",
  595. "value": "Level2",
  596. "flags": []
  597. },
  598. {
  599. "name": "ExternalWarningLevel",
  600. "switch": "external:W3",
  601. "comment": "Level3",
  602. "value": "Level3",
  603. "flags": []
  604. },
  605. {
  606. "name": "ExternalWarningLevel",
  607. "switch": "external:W4",
  608. "comment": "Level4",
  609. "value": "Level4",
  610. "flags": []
  611. },
  612. {
  613. "name": "CallingConvention",
  614. "switch": "Gd",
  615. "comment": "__cdecl",
  616. "value": "Cdecl",
  617. "flags": []
  618. },
  619. {
  620. "name": "CallingConvention",
  621. "switch": "Gr",
  622. "comment": "__fastcall",
  623. "value": "FastCall",
  624. "flags": []
  625. },
  626. {
  627. "name": "CallingConvention",
  628. "switch": "Gz",
  629. "comment": "__stdcall",
  630. "value": "StdCall",
  631. "flags": []
  632. },
  633. {
  634. "name": "CallingConvention",
  635. "switch": "Gv",
  636. "comment": "__vectorcall",
  637. "value": "VectorCall",
  638. "flags": []
  639. },
  640. {
  641. "name": "CompileAs",
  642. "switch": "",
  643. "comment": "Default",
  644. "value": "Default",
  645. "flags": []
  646. },
  647. {
  648. "name": "CompileAs",
  649. "switch": "TC",
  650. "comment": "Compile as C Code",
  651. "value": "CompileAsC",
  652. "flags": []
  653. },
  654. {
  655. "name": "CompileAs",
  656. "switch": "TP",
  657. "comment": "Compile as C++ Code",
  658. "value": "CompileAsCpp",
  659. "flags": []
  660. },
  661. {
  662. "name": "CompileAs",
  663. "switch": "interface",
  664. "comment": "Compile as C++ Module Code",
  665. "value": "CompileAsCppModule",
  666. "flags": []
  667. },
  668. {
  669. "name": "CompileAs",
  670. "switch": "internalPartition",
  671. "comment": "Compile as C++ Module Internal Partition",
  672. "value": "CompileAsCppModuleInternalPartition",
  673. "flags": []
  674. },
  675. {
  676. "name": "CompileAs",
  677. "switch": "exportHeader",
  678. "comment": "Compile as C++ Header Unit",
  679. "value": "CompileAsHeaderUnit",
  680. "flags": []
  681. },
  682. {
  683. "name": "ErrorReporting",
  684. "switch": "errorReport:none",
  685. "comment": "Do Not Send Report",
  686. "value": "None",
  687. "flags": []
  688. },
  689. {
  690. "name": "ErrorReporting",
  691. "switch": "errorReport:prompt",
  692. "comment": "Prompt Immediately",
  693. "value": "Prompt",
  694. "flags": []
  695. },
  696. {
  697. "name": "ErrorReporting",
  698. "switch": "errorReport:queue",
  699. "comment": "Queue For Next Login",
  700. "value": "Queue",
  701. "flags": []
  702. },
  703. {
  704. "name": "ErrorReporting",
  705. "switch": "errorReport:send",
  706. "comment": "Send Automatically",
  707. "value": "Send",
  708. "flags": []
  709. },
  710. {
  711. "name": "TranslateIncludes",
  712. "switch": "translateInclude",
  713. "comment": "Translate Includes to Imports",
  714. "value": "true",
  715. "flags": []
  716. },
  717. {
  718. "name": "SupportJustMyCode",
  719. "switch": "JMC-",
  720. "comment": "Support Just My Code Debugging",
  721. "value": "false",
  722. "flags": []
  723. },
  724. {
  725. "name": "SupportJustMyCode",
  726. "switch": "JMC",
  727. "comment": "Support Just My Code Debugging",
  728. "value": "true",
  729. "flags": []
  730. },
  731. {
  732. "name": "CompileAsWinRT",
  733. "switch": "ZW",
  734. "comment": "Consume Windows Runtime Extension",
  735. "value": "true",
  736. "flags": []
  737. },
  738. {
  739. "name": "WinRTNoStdLib",
  740. "switch": "ZW:nostdlib",
  741. "comment": "No Standard WinRT Libraries",
  742. "value": "true",
  743. "flags": []
  744. },
  745. {
  746. "name": "SuppressStartupBanner",
  747. "switch": "nologo",
  748. "comment": "Suppress Startup Banner",
  749. "value": "true",
  750. "flags": []
  751. },
  752. {
  753. "name": "TreatWarningAsError",
  754. "switch": "WX-",
  755. "comment": "Treat Warnings As Errors",
  756. "value": "false",
  757. "flags": []
  758. },
  759. {
  760. "name": "TreatWarningAsError",
  761. "switch": "WX",
  762. "comment": "Treat Warnings As Errors",
  763. "value": "true",
  764. "flags": []
  765. },
  766. {
  767. "name": "SDLCheck",
  768. "switch": "sdl-",
  769. "comment": "SDL checks",
  770. "value": "false",
  771. "flags": []
  772. },
  773. {
  774. "name": "SDLCheck",
  775. "switch": "sdl",
  776. "comment": "SDL checks",
  777. "value": "true",
  778. "flags": []
  779. },
  780. {
  781. "name": "MultiProcessorCompilation",
  782. "switch": "MP",
  783. "comment": "Multi-processor Compilation",
  784. "value": "true",
  785. "flags": [
  786. "UserValue",
  787. "UserIgnored",
  788. "Continue"
  789. ]
  790. },
  791. {
  792. "name": "ForceSynchronousPDBWrites",
  793. "switch": "FS",
  794. "comment": "Force Synchronous PDB Writes",
  795. "value": "true",
  796. "flags": []
  797. },
  798. {
  799. "name": "IntrinsicFunctions",
  800. "switch": "Oi",
  801. "comment": "Enable Intrinsic Functions",
  802. "value": "true",
  803. "flags": []
  804. },
  805. {
  806. "name": "OmitFramePointers",
  807. "switch": "Oy-",
  808. "comment": "Omit Frame Pointers",
  809. "value": "false",
  810. "flags": []
  811. },
  812. {
  813. "name": "OmitFramePointers",
  814. "switch": "Oy",
  815. "comment": "Omit Frame Pointers",
  816. "value": "true",
  817. "flags": []
  818. },
  819. {
  820. "name": "EnableFiberSafeOptimizations",
  821. "switch": "GT",
  822. "comment": "Enable Fiber-Safe Optimizations",
  823. "value": "true",
  824. "flags": []
  825. },
  826. {
  827. "name": "WholeProgramOptimization",
  828. "switch": "GL",
  829. "comment": "Whole Program Optimization",
  830. "value": "true",
  831. "flags": []
  832. },
  833. {
  834. "name": "UndefineAllPreprocessorDefinitions",
  835. "switch": "u",
  836. "comment": "Undefine All Preprocessor Definitions",
  837. "value": "true",
  838. "flags": []
  839. },
  840. {
  841. "name": "IgnoreStandardIncludePath",
  842. "switch": "X",
  843. "comment": "Ignore Standard Include Paths",
  844. "value": "true",
  845. "flags": []
  846. },
  847. {
  848. "name": "PreprocessToFile",
  849. "switch": "P",
  850. "comment": "Preprocess to a File",
  851. "value": "true",
  852. "flags": []
  853. },
  854. {
  855. "name": "PreprocessSuppressLineNumbers",
  856. "switch": "EP",
  857. "comment": "Preprocess Suppress Line Numbers",
  858. "value": "true",
  859. "flags": []
  860. },
  861. {
  862. "name": "PreprocessKeepComments",
  863. "switch": "C",
  864. "comment": "Keep Comments",
  865. "value": "true",
  866. "flags": []
  867. },
  868. {
  869. "name": "UseStandardPreprocessor",
  870. "switch": "Zc:preprocessor-",
  871. "comment": "Use Standard Conforming Preprocessor",
  872. "value": "false",
  873. "flags": []
  874. },
  875. {
  876. "name": "UseStandardPreprocessor",
  877. "switch": "Zc:preprocessor",
  878. "comment": "Use Standard Conforming Preprocessor",
  879. "value": "true",
  880. "flags": []
  881. },
  882. {
  883. "name": "StringPooling",
  884. "switch": "GF-",
  885. "comment": "Enable String Pooling",
  886. "value": "false",
  887. "flags": []
  888. },
  889. {
  890. "name": "StringPooling",
  891. "switch": "GF",
  892. "comment": "Enable String Pooling",
  893. "value": "true",
  894. "flags": []
  895. },
  896. {
  897. "name": "MinimalRebuild",
  898. "switch": "Gm-",
  899. "comment": "Enable Minimal Rebuild",
  900. "value": "false",
  901. "flags": []
  902. },
  903. {
  904. "name": "MinimalRebuild",
  905. "switch": "Gm",
  906. "comment": "Enable Minimal Rebuild",
  907. "value": "true",
  908. "flags": []
  909. },
  910. {
  911. "name": "SmallerTypeCheck",
  912. "switch": "RTCc",
  913. "comment": "Smaller Type Check",
  914. "value": "true",
  915. "flags": []
  916. },
  917. {
  918. "name": "FunctionLevelLinking",
  919. "switch": "Gy-",
  920. "comment": "Enable Function-Level Linking",
  921. "value": "false",
  922. "flags": []
  923. },
  924. {
  925. "name": "FunctionLevelLinking",
  926. "switch": "Gy",
  927. "comment": "Enable Function-Level Linking",
  928. "value": "true",
  929. "flags": []
  930. },
  931. {
  932. "name": "EnableParallelCodeGeneration",
  933. "switch": "Qpar-",
  934. "comment": "Enable Parallel Code Generation",
  935. "value": "false",
  936. "flags": []
  937. },
  938. {
  939. "name": "EnableParallelCodeGeneration",
  940. "switch": "Qpar",
  941. "comment": "Enable Parallel Code Generation",
  942. "value": "true",
  943. "flags": []
  944. },
  945. {
  946. "name": "FloatingPointExceptions",
  947. "switch": "fp:except-",
  948. "comment": "Enable Floating Point Exceptions",
  949. "value": "false",
  950. "flags": []
  951. },
  952. {
  953. "name": "FloatingPointExceptions",
  954. "switch": "fp:except",
  955. "comment": "Enable Floating Point Exceptions",
  956. "value": "true",
  957. "flags": []
  958. },
  959. {
  960. "name": "CreateHotpatchableImage",
  961. "switch": "hotpatch",
  962. "comment": "Create Hotpatchable Image",
  963. "value": "true",
  964. "flags": []
  965. },
  966. {
  967. "name": "IntelJCCErratum",
  968. "switch": "QIntel-jcc-erratum",
  969. "comment": "Enable Intel JCC Erratum Mitigation",
  970. "value": "true",
  971. "flags": []
  972. },
  973. {
  974. "name": "GuardEHContMetadata",
  975. "switch": "guard:ehcont-",
  976. "comment": "Enable EH Continuation Metadata",
  977. "value": "false",
  978. "flags": []
  979. },
  980. {
  981. "name": "GuardEHContMetadata",
  982. "switch": "guard:ehcont",
  983. "comment": "Enable EH Continuation Metadata",
  984. "value": "true",
  985. "flags": []
  986. },
  987. {
  988. "name": "GuardSignedReturns",
  989. "switch": "guard:signret-",
  990. "comment": "Enable Signed Returns",
  991. "value": "false",
  992. "flags": []
  993. },
  994. {
  995. "name": "GuardSignedReturns",
  996. "switch": "guard:signret",
  997. "comment": "Enable Signed Returns",
  998. "value": "true",
  999. "flags": []
  1000. },
  1001. {
  1002. "name": "DisableLanguageExtensions",
  1003. "switch": "Za",
  1004. "comment": "Disable Language Extensions",
  1005. "value": "true",
  1006. "flags": []
  1007. },
  1008. {
  1009. "name": "TreatWChar_tAsBuiltInType",
  1010. "switch": "Zc:wchar_t-",
  1011. "comment": "Treat WChar_t As Built in Type",
  1012. "value": "false",
  1013. "flags": []
  1014. },
  1015. {
  1016. "name": "TreatWChar_tAsBuiltInType",
  1017. "switch": "Zc:wchar_t",
  1018. "comment": "Treat WChar_t As Built in Type",
  1019. "value": "true",
  1020. "flags": []
  1021. },
  1022. {
  1023. "name": "ForceConformanceInForLoopScope",
  1024. "switch": "Zc:forScope-",
  1025. "comment": "Force Conformance in For Loop Scope",
  1026. "value": "false",
  1027. "flags": []
  1028. },
  1029. {
  1030. "name": "ForceConformanceInForLoopScope",
  1031. "switch": "Zc:forScope",
  1032. "comment": "Force Conformance in For Loop Scope",
  1033. "value": "true",
  1034. "flags": []
  1035. },
  1036. {
  1037. "name": "RemoveUnreferencedCodeData",
  1038. "switch": "Zc:inline-",
  1039. "comment": "Remove unreferenced code and data",
  1040. "value": "false",
  1041. "flags": []
  1042. },
  1043. {
  1044. "name": "RemoveUnreferencedCodeData",
  1045. "switch": "Zc:inline",
  1046. "comment": "Remove unreferenced code and data",
  1047. "value": "true",
  1048. "flags": []
  1049. },
  1050. {
  1051. "name": "EnforceTypeConversionRules",
  1052. "switch": "Zc:rvalueCast-",
  1053. "comment": "Enforce type conversion rules",
  1054. "value": "false",
  1055. "flags": []
  1056. },
  1057. {
  1058. "name": "EnforceTypeConversionRules",
  1059. "switch": "Zc:rvalueCast",
  1060. "comment": "Enforce type conversion rules",
  1061. "value": "true",
  1062. "flags": []
  1063. },
  1064. {
  1065. "name": "RuntimeTypeInfo",
  1066. "switch": "GR-",
  1067. "comment": "Enable Run-Time Type Information",
  1068. "value": "false",
  1069. "flags": []
  1070. },
  1071. {
  1072. "name": "RuntimeTypeInfo",
  1073. "switch": "GR",
  1074. "comment": "Enable Run-Time Type Information",
  1075. "value": "true",
  1076. "flags": []
  1077. },
  1078. {
  1079. "name": "OpenMPSupport",
  1080. "switch": "openmp-",
  1081. "comment": "Open MP Support",
  1082. "value": "false",
  1083. "flags": []
  1084. },
  1085. {
  1086. "name": "OpenMPSupport",
  1087. "switch": "openmp",
  1088. "comment": "Open MP Support",
  1089. "value": "true",
  1090. "flags": []
  1091. },
  1092. {
  1093. "name": "EnableModules",
  1094. "switch": "experimental:module",
  1095. "comment": "Enable Experimental C++ Standard Library Modules",
  1096. "value": "true",
  1097. "flags": []
  1098. },
  1099. {
  1100. "name": "ExpandAttributedSource",
  1101. "switch": "Fx",
  1102. "comment": "Expand Attributed Source",
  1103. "value": "true",
  1104. "flags": []
  1105. },
  1106. {
  1107. "name": "UseUnicodeForAssemblerListing",
  1108. "switch": "FAu",
  1109. "comment": "Use Unicode For Assembler Listing",
  1110. "value": "true",
  1111. "flags": []
  1112. },
  1113. {
  1114. "name": "GenerateModuleDependencies",
  1115. "switch": "sourceDependencies:directives",
  1116. "comment": "Generate Module Dependenices File",
  1117. "value": "true",
  1118. "flags": [
  1119. "Continue"
  1120. ]
  1121. },
  1122. {
  1123. "name": "GenerateXMLDocumentationFiles",
  1124. "switch": "doc",
  1125. "comment": "Generate XML Documentation Files",
  1126. "value": "true",
  1127. "flags": [
  1128. "UserValue",
  1129. "UserIgnored",
  1130. "Continue"
  1131. ]
  1132. },
  1133. {
  1134. "name": "GenerateSourceDependencies",
  1135. "switch": "sourceDependencies",
  1136. "comment": "Generate Source Dependencies File",
  1137. "value": "true",
  1138. "flags": [
  1139. "Continue"
  1140. ]
  1141. },
  1142. {
  1143. "name": "BrowseInformation",
  1144. "switch": "FR",
  1145. "comment": "Enable Browse Information",
  1146. "value": "true",
  1147. "flags": [
  1148. "UserValue",
  1149. "UserIgnored",
  1150. "Continue"
  1151. ]
  1152. },
  1153. {
  1154. "name": "TreatAngleIncludeAsExternal",
  1155. "switch": "external:anglebrackets",
  1156. "comment": "Treat Files Included with Angle Brackets as External",
  1157. "value": "true",
  1158. "flags": []
  1159. },
  1160. {
  1161. "name": "ExternalTemplatesDiagnostics",
  1162. "switch": "external:templates-",
  1163. "comment": "Template Diagnostics in External Headers",
  1164. "value": "true",
  1165. "flags": []
  1166. },
  1167. {
  1168. "name": "DisableAnalyzeExternal",
  1169. "switch": "analyze:external-",
  1170. "comment": "Disable Code Analysis for External Headers",
  1171. "value": "true",
  1172. "flags": []
  1173. },
  1174. {
  1175. "name": "ShowIncludes",
  1176. "switch": "showIncludes",
  1177. "comment": "Show Includes",
  1178. "value": "true",
  1179. "flags": []
  1180. },
  1181. {
  1182. "name": "EnablePREfast",
  1183. "switch": "analyze-",
  1184. "comment": "Enable Code Analysis",
  1185. "value": "false",
  1186. "flags": []
  1187. },
  1188. {
  1189. "name": "EnablePREfast",
  1190. "switch": "analyze",
  1191. "comment": "Enable Code Analysis",
  1192. "value": "true",
  1193. "flags": []
  1194. },
  1195. {
  1196. "name": "UseFullPaths",
  1197. "switch": "FC",
  1198. "comment": "Use Full Paths",
  1199. "value": "true",
  1200. "flags": []
  1201. },
  1202. {
  1203. "name": "OmitDefaultLibName",
  1204. "switch": "Zl",
  1205. "comment": "Omit Default Library Name",
  1206. "value": "true",
  1207. "flags": []
  1208. },
  1209. {
  1210. "name": "AdditionalIncludeDirectories",
  1211. "switch": "I",
  1212. "comment": "Additional Include Directories",
  1213. "value": "",
  1214. "flags": [
  1215. "UserValue",
  1216. "SemicolonAppendable"
  1217. ]
  1218. },
  1219. {
  1220. "name": "AdditionalUsingDirectories",
  1221. "switch": "AI",
  1222. "comment": "Additional #using Directories",
  1223. "value": "",
  1224. "flags": [
  1225. "UserValue",
  1226. "SemicolonAppendable"
  1227. ]
  1228. },
  1229. {
  1230. "name": "AdditionalBMIDirectories",
  1231. "switch": "ifcSearchDir",
  1232. "comment": "Additional BMI Directories",
  1233. "value": "",
  1234. "flags": [
  1235. "UserValue",
  1236. "SemicolonAppendable"
  1237. ]
  1238. },
  1239. {
  1240. "name": "AdditionalModuleDependencies",
  1241. "switch": "reference",
  1242. "comment": "Additional Module Dependencies",
  1243. "value": "",
  1244. "flags": [
  1245. "UserValue",
  1246. "SemicolonAppendable"
  1247. ]
  1248. },
  1249. {
  1250. "name": "AdditionalHeaderUnitDependencies",
  1251. "switch": "headerUnit",
  1252. "comment": "Additional Header Unit Dependencies",
  1253. "value": "",
  1254. "flags": [
  1255. "UserValue",
  1256. "SemicolonAppendable"
  1257. ]
  1258. },
  1259. {
  1260. "name": "PreprocessorDefinitions",
  1261. "switch": "D",
  1262. "comment": "Preprocessor Definitions",
  1263. "value": "",
  1264. "flags": [
  1265. "UserValue",
  1266. "SemicolonAppendable"
  1267. ]
  1268. },
  1269. {
  1270. "name": "UndefinePreprocessorDefinitions",
  1271. "switch": "U",
  1272. "comment": "Undefine Preprocessor Definitions",
  1273. "value": "",
  1274. "flags": [
  1275. "UserValue",
  1276. "SemicolonAppendable"
  1277. ]
  1278. },
  1279. {
  1280. "name": "StdIfcDirectory",
  1281. "switch": "stdIfcDir",
  1282. "comment": "",
  1283. "value": "",
  1284. "flags": [
  1285. "UserValue",
  1286. "SemicolonAppendable"
  1287. ]
  1288. },
  1289. {
  1290. "name": "ExternalDirectoriesEnv",
  1291. "switch": "external:env:",
  1292. "comment": "External Directories Environment Variables",
  1293. "value": "",
  1294. "flags": [
  1295. "UserValue",
  1296. "SemicolonAppendable"
  1297. ]
  1298. },
  1299. {
  1300. "name": "DisableSpecificWarnings",
  1301. "switch": "wd",
  1302. "comment": "Disable Specific Warnings",
  1303. "value": "",
  1304. "flags": [
  1305. "UserValue",
  1306. "SemicolonAppendable"
  1307. ]
  1308. },
  1309. {
  1310. "name": "ForcedIncludeFiles",
  1311. "switch": "FI",
  1312. "comment": "Forced Include File",
  1313. "value": "",
  1314. "flags": [
  1315. "UserValue",
  1316. "SemicolonAppendable"
  1317. ]
  1318. },
  1319. {
  1320. "name": "ForcedUsingFiles",
  1321. "switch": "FU",
  1322. "comment": "Forced #using File",
  1323. "value": "",
  1324. "flags": [
  1325. "UserValue",
  1326. "SemicolonAppendable"
  1327. ]
  1328. },
  1329. {
  1330. "name": "PREfastLog",
  1331. "switch": "analyze:log",
  1332. "comment": "Code Analysis Log",
  1333. "value": "",
  1334. "flags": [
  1335. "UserFollowing"
  1336. ]
  1337. },
  1338. {
  1339. "name": "PREfastAdditionalPlugins",
  1340. "switch": "analyze:plugin",
  1341. "comment": "Additional Code Analysis Native plugins",
  1342. "value": "",
  1343. "flags": [
  1344. "UserValue",
  1345. "SemicolonAppendable"
  1346. ]
  1347. },
  1348. {
  1349. "name": "TreatSpecificWarningsAsErrors",
  1350. "switch": "we",
  1351. "comment": "Treat Specific Warnings As Errors",
  1352. "value": "",
  1353. "flags": [
  1354. "UserValue",
  1355. "SemicolonAppendable"
  1356. ]
  1357. },
  1358. {
  1359. "name": "WarningVersion",
  1360. "switch": "Wv:",
  1361. "comment": "Warning Version",
  1362. "value": "",
  1363. "flags": [
  1364. "UserValue"
  1365. ]
  1366. },
  1367. {
  1368. "name": "PreprocessOutputPath",
  1369. "switch": "Fi",
  1370. "comment": "Preprocess Output Path",
  1371. "value": "",
  1372. "flags": [
  1373. "UserValue"
  1374. ]
  1375. },
  1376. {
  1377. "name": "PrecompiledHeaderFile",
  1378. "switch": "Yu",
  1379. "comment": "Precompiled Header File",
  1380. "value": "",
  1381. "flags": [
  1382. "UserValue",
  1383. "UserRequired"
  1384. ]
  1385. },
  1386. {
  1387. "name": "PrecompiledHeaderFile",
  1388. "switch": "Yc",
  1389. "comment": "Precompiled Header File",
  1390. "value": "",
  1391. "flags": [
  1392. "UserValue",
  1393. "UserRequired"
  1394. ]
  1395. },
  1396. {
  1397. "name": "PrecompiledHeaderOutputFile",
  1398. "switch": "Fp",
  1399. "comment": "Precompiled Header Output File",
  1400. "value": "",
  1401. "flags": [
  1402. "UserValue"
  1403. ]
  1404. },
  1405. {
  1406. "name": "AssemblerListingLocation",
  1407. "switch": "Fa",
  1408. "comment": "ASM List Location",
  1409. "value": "",
  1410. "flags": [
  1411. "UserValue"
  1412. ]
  1413. },
  1414. {
  1415. "name": "ModuleOutputFile",
  1416. "switch": "ifcOutput",
  1417. "comment": "Module Output File Name",
  1418. "value": "",
  1419. "flags": [
  1420. "UserValue"
  1421. ]
  1422. },
  1423. {
  1424. "name": "ModuleDependenciesFile",
  1425. "switch": "sourceDependencies:directives",
  1426. "comment": "Module Dependencies File Name",
  1427. "value": "",
  1428. "flags": [
  1429. "UserFollowing"
  1430. ]
  1431. },
  1432. {
  1433. "name": "ObjectFileName",
  1434. "switch": "Fo",
  1435. "comment": "Object File Name",
  1436. "value": "",
  1437. "flags": [
  1438. "UserValue"
  1439. ]
  1440. },
  1441. {
  1442. "name": "ProgramDataBaseFileName",
  1443. "switch": "Fd",
  1444. "comment": "Program Database File Name",
  1445. "value": "",
  1446. "flags": [
  1447. "UserValue"
  1448. ]
  1449. },
  1450. {
  1451. "name": "XMLDocumentationFileName",
  1452. "switch": "doc",
  1453. "comment": "XML Documentation File Name",
  1454. "value": "",
  1455. "flags": [
  1456. "UserValue",
  1457. "UserRequired"
  1458. ]
  1459. },
  1460. {
  1461. "name": "SourceDependenciesFile",
  1462. "switch": "sourceDependencies",
  1463. "comment": "Source Dependencies File Name",
  1464. "value": "",
  1465. "flags": [
  1466. "UserFollowing"
  1467. ]
  1468. },
  1469. {
  1470. "name": "BrowseInformationFile",
  1471. "switch": "FR",
  1472. "comment": "Browse Information File",
  1473. "value": "",
  1474. "flags": [
  1475. "UserValue",
  1476. "UserRequired"
  1477. ]
  1478. },
  1479. {
  1480. "name": "PREfastProjectDirectory",
  1481. "switch": "analyze:projectdirectory",
  1482. "comment": "Code Analysis Project Directory",
  1483. "value": "",
  1484. "flags": [
  1485. "UserValue"
  1486. ]
  1487. },
  1488. {
  1489. "name": "PREfastRulesetDirectories",
  1490. "switch": "analyze:rulesetdirectory",
  1491. "comment": "Code Analysis Ruleset Directories",
  1492. "value": "",
  1493. "flags": [
  1494. "UserValue"
  1495. ]
  1496. },
  1497. {
  1498. "name": "PREfastRulesetFile",
  1499. "switch": "analyze:ruleset",
  1500. "comment": "Code Analysis Ruleset File",
  1501. "value": "",
  1502. "flags": [
  1503. "UserValue"
  1504. ]
  1505. },
  1506. {
  1507. "name": "ProcessorNumber",
  1508. "switch": "MP",
  1509. "comment": "Number of processors",
  1510. "value": "",
  1511. "flags": [
  1512. "UserValue",
  1513. "UserRequired"
  1514. ]
  1515. }
  1516. ]