v142_CL.json 30 KB

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