v142_CL.json 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212
  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:IA32",
  390. "comment": "No Enhanced Instructions",
  391. "value": "NoExtensions",
  392. "flags": []
  393. },
  394. {
  395. "name": "EnableEnhancedInstructionSet",
  396. "switch": "",
  397. "comment": "Not Set",
  398. "value": "NotSet",
  399. "flags": []
  400. },
  401. {
  402. "name": "FloatingPointModel",
  403. "switch": "fp:precise",
  404. "comment": "Precise",
  405. "value": "Precise",
  406. "flags": []
  407. },
  408. {
  409. "name": "FloatingPointModel",
  410. "switch": "fp:strict",
  411. "comment": "Strict",
  412. "value": "Strict",
  413. "flags": []
  414. },
  415. {
  416. "name": "FloatingPointModel",
  417. "switch": "fp:fast",
  418. "comment": "Fast",
  419. "value": "Fast",
  420. "flags": []
  421. },
  422. {
  423. "name": "SpectreMitigation",
  424. "switch": "Qspectre-",
  425. "comment": "Spectre mitigations disabled",
  426. "value": "false",
  427. "flags": []
  428. },
  429. {
  430. "name": "SpectreMitigation",
  431. "switch": "Qspectre",
  432. "comment": "Spectre mitigations enabled",
  433. "value": "Spectre",
  434. "flags": []
  435. },
  436. {
  437. "name": "LanguageStandard",
  438. "switch": "std:c++14",
  439. "comment": "ISO C++14 Standard",
  440. "value": "stdcpp14",
  441. "flags": []
  442. },
  443. {
  444. "name": "LanguageStandard",
  445. "switch": "std:c++17",
  446. "comment": "ISO C++17 Standard",
  447. "value": "stdcpp17",
  448. "flags": []
  449. },
  450. {
  451. "name": "LanguageStandard",
  452. "switch": "std:c++latest",
  453. "comment": "Preview - Features from the Latest C++ Working Draft",
  454. "value": "stdcpplatest",
  455. "flags": []
  456. },
  457. {
  458. "name": "PrecompiledHeader",
  459. "switch": "Yc",
  460. "comment": "Create",
  461. "value": "Create",
  462. "flags": [
  463. "UserValue",
  464. "UserIgnored",
  465. "Continue"
  466. ]
  467. },
  468. {
  469. "name": "PrecompiledHeader",
  470. "switch": "Yu",
  471. "comment": "Use",
  472. "value": "Use",
  473. "flags": [
  474. "UserValue",
  475. "UserIgnored",
  476. "Continue"
  477. ]
  478. },
  479. {
  480. "name": "PrecompiledHeader",
  481. "switch": "Y-",
  482. "comment": "Not Using Precompiled Headers",
  483. "value": "NotUsing",
  484. "flags": []
  485. },
  486. {
  487. "name": "AssemblerOutput",
  488. "switch": "",
  489. "comment": "No Listing",
  490. "value": "NoListing",
  491. "flags": []
  492. },
  493. {
  494. "name": "AssemblerOutput",
  495. "switch": "FA",
  496. "comment": "Assembly-Only Listing",
  497. "value": "AssemblyCode",
  498. "flags": []
  499. },
  500. {
  501. "name": "AssemblerOutput",
  502. "switch": "FAc",
  503. "comment": "Assembly With Machine Code",
  504. "value": "AssemblyAndMachineCode",
  505. "flags": []
  506. },
  507. {
  508. "name": "AssemblerOutput",
  509. "switch": "FAs",
  510. "comment": "Assembly With Source Code",
  511. "value": "AssemblyAndSourceCode",
  512. "flags": []
  513. },
  514. {
  515. "name": "AssemblerOutput",
  516. "switch": "FAcs",
  517. "comment": "Assembly, Machine Code and Source",
  518. "value": "All",
  519. "flags": []
  520. },
  521. {
  522. "name": "CallingConvention",
  523. "switch": "Gd",
  524. "comment": "__cdecl",
  525. "value": "Cdecl",
  526. "flags": []
  527. },
  528. {
  529. "name": "CallingConvention",
  530. "switch": "Gr",
  531. "comment": "__fastcall",
  532. "value": "FastCall",
  533. "flags": []
  534. },
  535. {
  536. "name": "CallingConvention",
  537. "switch": "Gz",
  538. "comment": "__stdcall",
  539. "value": "StdCall",
  540. "flags": []
  541. },
  542. {
  543. "name": "CallingConvention",
  544. "switch": "Gv",
  545. "comment": "__vectorcall",
  546. "value": "VectorCall",
  547. "flags": []
  548. },
  549. {
  550. "name": "CompileAs",
  551. "switch": "",
  552. "comment": "Default",
  553. "value": "Default",
  554. "flags": []
  555. },
  556. {
  557. "name": "CompileAs",
  558. "switch": "TC",
  559. "comment": "Compile as C Code",
  560. "value": "CompileAsC",
  561. "flags": []
  562. },
  563. {
  564. "name": "CompileAs",
  565. "switch": "TP",
  566. "comment": "Compile as C++ Code",
  567. "value": "CompileAsCpp",
  568. "flags": []
  569. },
  570. {
  571. "name": "ErrorReporting",
  572. "switch": "errorReport:none",
  573. "comment": "Do Not Send Report",
  574. "value": "None",
  575. "flags": []
  576. },
  577. {
  578. "name": "ErrorReporting",
  579. "switch": "errorReport:prompt",
  580. "comment": "Prompt Immediately",
  581. "value": "Prompt",
  582. "flags": []
  583. },
  584. {
  585. "name": "ErrorReporting",
  586. "switch": "errorReport:queue",
  587. "comment": "Queue For Next Login",
  588. "value": "Queue",
  589. "flags": []
  590. },
  591. {
  592. "name": "ErrorReporting",
  593. "switch": "errorReport:send",
  594. "comment": "Send Automatically",
  595. "value": "Send",
  596. "flags": []
  597. },
  598. {
  599. "name": "SupportJustMyCode",
  600. "switch": "JMC-",
  601. "comment": "Support Just My Code Debugging",
  602. "value": "false",
  603. "flags": []
  604. },
  605. {
  606. "name": "SupportJustMyCode",
  607. "switch": "JMC",
  608. "comment": "Support Just My Code Debugging",
  609. "value": "true",
  610. "flags": []
  611. },
  612. {
  613. "name": "CompileAsWinRT",
  614. "switch": "ZW",
  615. "comment": "Consume Windows Runtime Extension",
  616. "value": "true",
  617. "flags": []
  618. },
  619. {
  620. "name": "WinRTNoStdLib",
  621. "switch": "ZW:nostdlib",
  622. "comment": "No Standard WinRT Libraries",
  623. "value": "true",
  624. "flags": []
  625. },
  626. {
  627. "name": "SuppressStartupBanner",
  628. "switch": "nologo",
  629. "comment": "Suppress Startup Banner",
  630. "value": "true",
  631. "flags": []
  632. },
  633. {
  634. "name": "TreatWarningAsError",
  635. "switch": "WX-",
  636. "comment": "Treat Warnings As Errors",
  637. "value": "false",
  638. "flags": []
  639. },
  640. {
  641. "name": "TreatWarningAsError",
  642. "switch": "WX",
  643. "comment": "Treat Warnings As Errors",
  644. "value": "true",
  645. "flags": []
  646. },
  647. {
  648. "name": "SDLCheck",
  649. "switch": "sdl-",
  650. "comment": "SDL checks",
  651. "value": "false",
  652. "flags": []
  653. },
  654. {
  655. "name": "SDLCheck",
  656. "switch": "sdl",
  657. "comment": "SDL checks",
  658. "value": "true",
  659. "flags": []
  660. },
  661. {
  662. "name": "MultiProcessorCompilation",
  663. "switch": "MP",
  664. "comment": "Multi-processor Compilation",
  665. "value": "true",
  666. "flags": [
  667. "UserValue",
  668. "UserIgnored",
  669. "Continue"
  670. ]
  671. },
  672. {
  673. "name": "IntrinsicFunctions",
  674. "switch": "Oi",
  675. "comment": "Enable Intrinsic Functions",
  676. "value": "true",
  677. "flags": []
  678. },
  679. {
  680. "name": "OmitFramePointers",
  681. "switch": "Oy-",
  682. "comment": "Omit Frame Pointers",
  683. "value": "false",
  684. "flags": []
  685. },
  686. {
  687. "name": "OmitFramePointers",
  688. "switch": "Oy",
  689. "comment": "Omit Frame Pointers",
  690. "value": "true",
  691. "flags": []
  692. },
  693. {
  694. "name": "EnableFiberSafeOptimizations",
  695. "switch": "GT",
  696. "comment": "Enable Fiber-Safe Optimizations",
  697. "value": "true",
  698. "flags": []
  699. },
  700. {
  701. "name": "WholeProgramOptimization",
  702. "switch": "GL",
  703. "comment": "Whole Program Optimization",
  704. "value": "true",
  705. "flags": []
  706. },
  707. {
  708. "name": "UndefineAllPreprocessorDefinitions",
  709. "switch": "u",
  710. "comment": "Undefine All Preprocessor Definitions",
  711. "value": "true",
  712. "flags": []
  713. },
  714. {
  715. "name": "IgnoreStandardIncludePath",
  716. "switch": "X",
  717. "comment": "Ignore Standard Include Paths",
  718. "value": "true",
  719. "flags": []
  720. },
  721. {
  722. "name": "PreprocessToFile",
  723. "switch": "P",
  724. "comment": "Preprocess to a File",
  725. "value": "true",
  726. "flags": []
  727. },
  728. {
  729. "name": "PreprocessSuppressLineNumbers",
  730. "switch": "EP",
  731. "comment": "Preprocess Suppress Line Numbers",
  732. "value": "true",
  733. "flags": []
  734. },
  735. {
  736. "name": "PreprocessKeepComments",
  737. "switch": "C",
  738. "comment": "Keep Comments",
  739. "value": "true",
  740. "flags": []
  741. },
  742. {
  743. "name": "StringPooling",
  744. "switch": "GF-",
  745. "comment": "Enable String Pooling",
  746. "value": "false",
  747. "flags": []
  748. },
  749. {
  750. "name": "StringPooling",
  751. "switch": "GF",
  752. "comment": "Enable String Pooling",
  753. "value": "true",
  754. "flags": []
  755. },
  756. {
  757. "name": "MinimalRebuild",
  758. "switch": "Gm-",
  759. "comment": "Enable Minimal Rebuild",
  760. "value": "false",
  761. "flags": []
  762. },
  763. {
  764. "name": "MinimalRebuild",
  765. "switch": "Gm",
  766. "comment": "Enable Minimal Rebuild",
  767. "value": "true",
  768. "flags": []
  769. },
  770. {
  771. "name": "SmallerTypeCheck",
  772. "switch": "RTCc",
  773. "comment": "Smaller Type Check",
  774. "value": "true",
  775. "flags": []
  776. },
  777. {
  778. "name": "FunctionLevelLinking",
  779. "switch": "Gy-",
  780. "comment": "Enable Function-Level Linking",
  781. "value": "false",
  782. "flags": []
  783. },
  784. {
  785. "name": "FunctionLevelLinking",
  786. "switch": "Gy",
  787. "comment": "Enable Function-Level Linking",
  788. "value": "true",
  789. "flags": []
  790. },
  791. {
  792. "name": "EnableParallelCodeGeneration",
  793. "switch": "Qpar-",
  794. "comment": "Enable Parallel Code Generation",
  795. "value": "false",
  796. "flags": []
  797. },
  798. {
  799. "name": "EnableParallelCodeGeneration",
  800. "switch": "Qpar",
  801. "comment": "Enable Parallel Code Generation",
  802. "value": "true",
  803. "flags": []
  804. },
  805. {
  806. "name": "FloatingPointExceptions",
  807. "switch": "fp:except-",
  808. "comment": "Enable Floating Point Exceptions",
  809. "value": "false",
  810. "flags": []
  811. },
  812. {
  813. "name": "FloatingPointExceptions",
  814. "switch": "fp:except",
  815. "comment": "Enable Floating Point Exceptions",
  816. "value": "true",
  817. "flags": []
  818. },
  819. {
  820. "name": "CreateHotpatchableImage",
  821. "switch": "hotpatch",
  822. "comment": "Create Hotpatchable Image",
  823. "value": "true",
  824. "flags": []
  825. },
  826. {
  827. "name": "DisableLanguageExtensions",
  828. "switch": "Za",
  829. "comment": "Disable Language Extensions",
  830. "value": "true",
  831. "flags": []
  832. },
  833. {
  834. "name": "ConformanceMode",
  835. "switch": "permissive-",
  836. "comment": "Conformance mode enabled",
  837. "value": "true",
  838. "flags": []
  839. },
  840. {
  841. "name": "ConformanceMode",
  842. "switch": "permissive",
  843. "comment": "Conformance mode disabled",
  844. "value": "false",
  845. "flags": []
  846. },
  847. {
  848. "name": "TreatWChar_tAsBuiltInType",
  849. "switch": "Zc:wchar_t-",
  850. "comment": "Treat WChar_t As Built in Type",
  851. "value": "false",
  852. "flags": []
  853. },
  854. {
  855. "name": "TreatWChar_tAsBuiltInType",
  856. "switch": "Zc:wchar_t",
  857. "comment": "Treat WChar_t As Built in Type",
  858. "value": "true",
  859. "flags": []
  860. },
  861. {
  862. "name": "ForceConformanceInForLoopScope",
  863. "switch": "Zc:forScope-",
  864. "comment": "Force Conformance in For Loop Scope",
  865. "value": "false",
  866. "flags": []
  867. },
  868. {
  869. "name": "ForceConformanceInForLoopScope",
  870. "switch": "Zc:forScope",
  871. "comment": "Force Conformance in For Loop Scope",
  872. "value": "true",
  873. "flags": []
  874. },
  875. {
  876. "name": "RemoveUnreferencedCodeData",
  877. "switch": "Zc:inline-",
  878. "comment": "Remove unreferenced code and data",
  879. "value": "false",
  880. "flags": []
  881. },
  882. {
  883. "name": "RemoveUnreferencedCodeData",
  884. "switch": "Zc:inline",
  885. "comment": "Remove unreferenced code and data",
  886. "value": "true",
  887. "flags": []
  888. },
  889. {
  890. "name": "EnforceTypeConversionRules",
  891. "switch": "Zc:rvalueCast-",
  892. "comment": "Enforce type conversion rules",
  893. "value": "false",
  894. "flags": []
  895. },
  896. {
  897. "name": "EnforceTypeConversionRules",
  898. "switch": "Zc:rvalueCast",
  899. "comment": "Enforce type conversion rules",
  900. "value": "true",
  901. "flags": []
  902. },
  903. {
  904. "name": "RuntimeTypeInfo",
  905. "switch": "GR-",
  906. "comment": "Enable Run-Time Type Information",
  907. "value": "false",
  908. "flags": []
  909. },
  910. {
  911. "name": "RuntimeTypeInfo",
  912. "switch": "GR",
  913. "comment": "Enable Run-Time Type Information",
  914. "value": "true",
  915. "flags": []
  916. },
  917. {
  918. "name": "OpenMPSupport",
  919. "switch": "openmp-",
  920. "comment": "Open MP Support",
  921. "value": "false",
  922. "flags": []
  923. },
  924. {
  925. "name": "OpenMPSupport",
  926. "switch": "openmp",
  927. "comment": "Open MP Support",
  928. "value": "true",
  929. "flags": []
  930. },
  931. {
  932. "name": "EnableModules",
  933. "switch": "experimental:module",
  934. "comment": "Enable C++ Modules (experimental)",
  935. "value": "true",
  936. "flags": []
  937. },
  938. {
  939. "name": "ExpandAttributedSource",
  940. "switch": "Fx",
  941. "comment": "Expand Attributed Source",
  942. "value": "true",
  943. "flags": []
  944. },
  945. {
  946. "name": "UseUnicodeForAssemblerListing",
  947. "switch": "FAu",
  948. "comment": "Use Unicode For Assembler Listing",
  949. "value": "true",
  950. "flags": []
  951. },
  952. {
  953. "name": "GenerateXMLDocumentationFiles",
  954. "switch": "doc",
  955. "comment": "Generate XML Documentation Files",
  956. "value": "true",
  957. "flags": [
  958. "UserValue",
  959. "UserIgnored",
  960. "Continue"
  961. ]
  962. },
  963. {
  964. "name": "BrowseInformation",
  965. "switch": "FR",
  966. "comment": "Enable Browse Information",
  967. "value": "true",
  968. "flags": [
  969. "UserValue",
  970. "UserIgnored",
  971. "Continue"
  972. ]
  973. },
  974. {
  975. "name": "ShowIncludes",
  976. "switch": "showIncludes",
  977. "comment": "Show Includes",
  978. "value": "true",
  979. "flags": []
  980. },
  981. {
  982. "name": "EnablePREfast",
  983. "switch": "analyze-",
  984. "comment": "Enable Code Analysis",
  985. "value": "false",
  986. "flags": []
  987. },
  988. {
  989. "name": "EnablePREfast",
  990. "switch": "analyze",
  991. "comment": "Enable Code Analysis",
  992. "value": "true",
  993. "flags": []
  994. },
  995. {
  996. "name": "UseFullPaths",
  997. "switch": "FC",
  998. "comment": "Use Full Paths",
  999. "value": "true",
  1000. "flags": []
  1001. },
  1002. {
  1003. "name": "OmitDefaultLibName",
  1004. "switch": "Zl",
  1005. "comment": "Omit Default Library Name",
  1006. "value": "true",
  1007. "flags": []
  1008. },
  1009. {
  1010. "name": "AdditionalIncludeDirectories",
  1011. "switch": "I",
  1012. "comment": "Additional Include Directories",
  1013. "value": "",
  1014. "flags": [
  1015. "UserValue",
  1016. "SemicolonAppendable"
  1017. ]
  1018. },
  1019. {
  1020. "name": "AdditionalUsingDirectories",
  1021. "switch": "AI",
  1022. "comment": "Additional #using Directories",
  1023. "value": "",
  1024. "flags": [
  1025. "UserValue",
  1026. "SemicolonAppendable"
  1027. ]
  1028. },
  1029. {
  1030. "name": "PreprocessorDefinitions",
  1031. "switch": "D",
  1032. "comment": "Preprocessor Definitions",
  1033. "value": "",
  1034. "flags": [
  1035. "UserValue",
  1036. "SemicolonAppendable"
  1037. ]
  1038. },
  1039. {
  1040. "name": "UndefinePreprocessorDefinitions",
  1041. "switch": "U",
  1042. "comment": "Undefine Preprocessor Definitions",
  1043. "value": "",
  1044. "flags": [
  1045. "UserValue",
  1046. "SemicolonAppendable"
  1047. ]
  1048. },
  1049. {
  1050. "name": "DisableSpecificWarnings",
  1051. "switch": "wd",
  1052. "comment": "Disable Specific Warnings",
  1053. "value": "",
  1054. "flags": [
  1055. "UserValue",
  1056. "SemicolonAppendable"
  1057. ]
  1058. },
  1059. {
  1060. "name": "ForcedIncludeFiles",
  1061. "switch": "FI",
  1062. "comment": "Forced Include File",
  1063. "value": "",
  1064. "flags": [
  1065. "UserValue",
  1066. "SemicolonAppendable"
  1067. ]
  1068. },
  1069. {
  1070. "name": "ForcedUsingFiles",
  1071. "switch": "FU",
  1072. "comment": "Forced #using File",
  1073. "value": "",
  1074. "flags": [
  1075. "UserValue",
  1076. "SemicolonAppendable"
  1077. ]
  1078. },
  1079. {
  1080. "name": "PREfastLog",
  1081. "switch": "analyze:log",
  1082. "comment": "Code Analysis Log",
  1083. "value": "",
  1084. "flags": [
  1085. "UserFollowing"
  1086. ]
  1087. },
  1088. {
  1089. "name": "PREfastAdditionalPlugins",
  1090. "switch": "analyze:plugin",
  1091. "comment": "Additional Code Analysis Native plugins",
  1092. "value": "",
  1093. "flags": [
  1094. "UserValue",
  1095. "SemicolonAppendable"
  1096. ]
  1097. },
  1098. {
  1099. "name": "TreatSpecificWarningsAsErrors",
  1100. "switch": "we",
  1101. "comment": "Treat Specific Warnings As Errors",
  1102. "value": "",
  1103. "flags": [
  1104. "UserValue",
  1105. "SemicolonAppendable"
  1106. ]
  1107. },
  1108. {
  1109. "name": "WarningVersion",
  1110. "switch": "Wv:",
  1111. "comment": "Warning Version",
  1112. "value": "",
  1113. "flags": [
  1114. "UserValue"
  1115. ]
  1116. },
  1117. {
  1118. "name": "PreprocessOutputPath",
  1119. "switch": "Fi",
  1120. "comment": "Preprocess Output Path",
  1121. "value": "",
  1122. "flags": [
  1123. "UserValue"
  1124. ]
  1125. },
  1126. {
  1127. "name": "PrecompiledHeaderFile",
  1128. "switch": "Yu",
  1129. "comment": "Precompiled Header File",
  1130. "value": "",
  1131. "flags": [
  1132. "UserValue",
  1133. "UserRequired"
  1134. ]
  1135. },
  1136. {
  1137. "name": "PrecompiledHeaderFile",
  1138. "switch": "Yc",
  1139. "comment": "Precompiled Header File",
  1140. "value": "",
  1141. "flags": [
  1142. "UserValue",
  1143. "UserRequired"
  1144. ]
  1145. },
  1146. {
  1147. "name": "PrecompiledHeaderOutputFile",
  1148. "switch": "Fp",
  1149. "comment": "Precompiled Header Output File",
  1150. "value": "",
  1151. "flags": [
  1152. "UserValue"
  1153. ]
  1154. },
  1155. {
  1156. "name": "AssemblerListingLocation",
  1157. "switch": "Fa",
  1158. "comment": "ASM List Location",
  1159. "value": "",
  1160. "flags": [
  1161. "UserValue"
  1162. ]
  1163. },
  1164. {
  1165. "name": "ObjectFileName",
  1166. "switch": "Fo",
  1167. "comment": "Object File Name",
  1168. "value": "",
  1169. "flags": [
  1170. "UserValue"
  1171. ]
  1172. },
  1173. {
  1174. "name": "ProgramDataBaseFileName",
  1175. "switch": "Fd",
  1176. "comment": "Program Database File Name",
  1177. "value": "",
  1178. "flags": [
  1179. "UserValue"
  1180. ]
  1181. },
  1182. {
  1183. "name": "XMLDocumentationFileName",
  1184. "switch": "doc",
  1185. "comment": "XML Documentation File Name",
  1186. "value": "",
  1187. "flags": [
  1188. "UserValue",
  1189. "UserRequired"
  1190. ]
  1191. },
  1192. {
  1193. "name": "BrowseInformationFile",
  1194. "switch": "FR",
  1195. "comment": "Browse Information File",
  1196. "value": "",
  1197. "flags": [
  1198. "UserValue",
  1199. "UserRequired"
  1200. ]
  1201. },
  1202. {
  1203. "name": "ProcessorNumber",
  1204. "switch": "MP",
  1205. "comment": "Number of processors",
  1206. "value": "",
  1207. "flags": [
  1208. "UserValue",
  1209. "UserRequired"
  1210. ]
  1211. }
  1212. ]