You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1529 lines
31 KiB

  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++23preview",
  502. "comment": "Preview - ISO C++23 Standard",
  503. "value": "stdcpp23",
  504. "flags": []
  505. },
  506. {
  507. "name": "LanguageStandard",
  508. "switch": "std:c++latest",
  509. "comment": "Preview - Features from the Latest C++ Working Draft",
  510. "value": "stdcpplatest",
  511. "flags": []
  512. },
  513. {
  514. "name": "LanguageStandard_C",
  515. "switch": "std:c11",
  516. "comment": "ISO C11 Standard",
  517. "value": "stdc11",
  518. "flags": []
  519. },
  520. {
  521. "name": "LanguageStandard_C",
  522. "switch": "std:c17",
  523. "comment": "ISO C17 (2018) Standard",
  524. "value": "stdc17",
  525. "flags": []
  526. },
  527. {
  528. "name": "LanguageStandard_C",
  529. "switch": "std:clatest",
  530. "comment": "Preview - Features from the Latest C Working Draft",
  531. "value": "stdclatest",
  532. "flags": []
  533. },
  534. {
  535. "name": "PrecompiledHeader",
  536. "switch": "Yc",
  537. "comment": "Create",
  538. "value": "Create",
  539. "flags": [
  540. "UserValue",
  541. "UserIgnored",
  542. "Continue"
  543. ]
  544. },
  545. {
  546. "name": "PrecompiledHeader",
  547. "switch": "Yu",
  548. "comment": "Use",
  549. "value": "Use",
  550. "flags": [
  551. "UserValue",
  552. "UserIgnored",
  553. "Continue"
  554. ]
  555. },
  556. {
  557. "name": "PrecompiledHeader",
  558. "switch": "Y-",
  559. "comment": "Not Using Precompiled Headers",
  560. "value": "NotUsing",
  561. "flags": []
  562. },
  563. {
  564. "name": "AssemblerOutput",
  565. "switch": "",
  566. "comment": "No Listing",
  567. "value": "NoListing",
  568. "flags": []
  569. },
  570. {
  571. "name": "AssemblerOutput",
  572. "switch": "FA",
  573. "comment": "Assembly-Only Listing",
  574. "value": "AssemblyCode",
  575. "flags": []
  576. },
  577. {
  578. "name": "AssemblerOutput",
  579. "switch": "FAc",
  580. "comment": "Assembly With Machine Code",
  581. "value": "AssemblyAndMachineCode",
  582. "flags": []
  583. },
  584. {
  585. "name": "AssemblerOutput",
  586. "switch": "FAs",
  587. "comment": "Assembly With Source Code",
  588. "value": "AssemblyAndSourceCode",
  589. "flags": []
  590. },
  591. {
  592. "name": "AssemblerOutput",
  593. "switch": "FAcs",
  594. "comment": "Assembly, Machine Code and Source",
  595. "value": "All",
  596. "flags": []
  597. },
  598. {
  599. "name": "ExternalWarningLevel",
  600. "switch": "external:W0",
  601. "comment": "Turn Off All Warnings",
  602. "value": "TurnOffAllWarnings",
  603. "flags": []
  604. },
  605. {
  606. "name": "ExternalWarningLevel",
  607. "switch": "external:W1",
  608. "comment": "Level1",
  609. "value": "Level1",
  610. "flags": []
  611. },
  612. {
  613. "name": "ExternalWarningLevel",
  614. "switch": "external:W2",
  615. "comment": "Level2",
  616. "value": "Level2",
  617. "flags": []
  618. },
  619. {
  620. "name": "ExternalWarningLevel",
  621. "switch": "external:W3",
  622. "comment": "Level3",
  623. "value": "Level3",
  624. "flags": []
  625. },
  626. {
  627. "name": "ExternalWarningLevel",
  628. "switch": "external:W4",
  629. "comment": "Level4",
  630. "value": "Level4",
  631. "flags": []
  632. },
  633. {
  634. "name": "CallingConvention",
  635. "switch": "Gd",
  636. "comment": "__cdecl",
  637. "value": "Cdecl",
  638. "flags": []
  639. },
  640. {
  641. "name": "CallingConvention",
  642. "switch": "Gr",
  643. "comment": "__fastcall",
  644. "value": "FastCall",
  645. "flags": []
  646. },
  647. {
  648. "name": "CallingConvention",
  649. "switch": "Gz",
  650. "comment": "__stdcall",
  651. "value": "StdCall",
  652. "flags": []
  653. },
  654. {
  655. "name": "CallingConvention",
  656. "switch": "Gv",
  657. "comment": "__vectorcall",
  658. "value": "VectorCall",
  659. "flags": []
  660. },
  661. {
  662. "name": "CompileAs",
  663. "switch": "",
  664. "comment": "Default",
  665. "value": "Default",
  666. "flags": []
  667. },
  668. {
  669. "name": "CompileAs",
  670. "switch": "TC",
  671. "comment": "Compile as C Code",
  672. "value": "CompileAsC",
  673. "flags": []
  674. },
  675. {
  676. "name": "CompileAs",
  677. "switch": "TP",
  678. "comment": "Compile as C++ Code",
  679. "value": "CompileAsCpp",
  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": "IntrinsicFunctions",
  793. "switch": "Oi",
  794. "comment": "Enable Intrinsic Functions",
  795. "value": "true",
  796. "flags": []
  797. },
  798. {
  799. "name": "OmitFramePointers",
  800. "switch": "Oy-",
  801. "comment": "Omit Frame Pointers",
  802. "value": "false",
  803. "flags": []
  804. },
  805. {
  806. "name": "OmitFramePointers",
  807. "switch": "Oy",
  808. "comment": "Omit Frame Pointers",
  809. "value": "true",
  810. "flags": []
  811. },
  812. {
  813. "name": "EnableFiberSafeOptimizations",
  814. "switch": "GT",
  815. "comment": "Enable Fiber-Safe Optimizations",
  816. "value": "true",
  817. "flags": []
  818. },
  819. {
  820. "name": "WholeProgramOptimization",
  821. "switch": "GL",
  822. "comment": "Whole Program Optimization",
  823. "value": "true",
  824. "flags": []
  825. },
  826. {
  827. "name": "UndefineAllPreprocessorDefinitions",
  828. "switch": "u",
  829. "comment": "Undefine All Preprocessor Definitions",
  830. "value": "true",
  831. "flags": []
  832. },
  833. {
  834. "name": "IgnoreStandardIncludePath",
  835. "switch": "X",
  836. "comment": "Ignore Standard Include Paths",
  837. "value": "true",
  838. "flags": []
  839. },
  840. {
  841. "name": "PreprocessToFile",
  842. "switch": "P",
  843. "comment": "Preprocess to a File",
  844. "value": "true",
  845. "flags": []
  846. },
  847. {
  848. "name": "PreprocessSuppressLineNumbers",
  849. "switch": "EP",
  850. "comment": "Preprocess Suppress Line Numbers",
  851. "value": "true",
  852. "flags": []
  853. },
  854. {
  855. "name": "PreprocessKeepComments",
  856. "switch": "C",
  857. "comment": "Keep Comments",
  858. "value": "true",
  859. "flags": []
  860. },
  861. {
  862. "name": "UseStandardPreprocessor",
  863. "switch": "Zc:preprocessor-",
  864. "comment": "Use Standard Conforming Preprocessor",
  865. "value": "false",
  866. "flags": []
  867. },
  868. {
  869. "name": "UseStandardPreprocessor",
  870. "switch": "Zc:preprocessor",
  871. "comment": "Use Standard Conforming Preprocessor",
  872. "value": "true",
  873. "flags": []
  874. },
  875. {
  876. "name": "StringPooling",
  877. "switch": "GF-",
  878. "comment": "Enable String Pooling",
  879. "value": "false",
  880. "flags": []
  881. },
  882. {
  883. "name": "StringPooling",
  884. "switch": "GF",
  885. "comment": "Enable String Pooling",
  886. "value": "true",
  887. "flags": []
  888. },
  889. {
  890. "name": "MinimalRebuild",
  891. "switch": "Gm-",
  892. "comment": "Enable Minimal Rebuild",
  893. "value": "false",
  894. "flags": []
  895. },
  896. {
  897. "name": "MinimalRebuild",
  898. "switch": "Gm",
  899. "comment": "Enable Minimal Rebuild",
  900. "value": "true",
  901. "flags": []
  902. },
  903. {
  904. "name": "SmallerTypeCheck",
  905. "switch": "RTCc",
  906. "comment": "Smaller Type Check",
  907. "value": "true",
  908. "flags": []
  909. },
  910. {
  911. "name": "FunctionLevelLinking",
  912. "switch": "Gy-",
  913. "comment": "Enable Function-Level Linking",
  914. "value": "false",
  915. "flags": []
  916. },
  917. {
  918. "name": "FunctionLevelLinking",
  919. "switch": "Gy",
  920. "comment": "Enable Function-Level Linking",
  921. "value": "true",
  922. "flags": []
  923. },
  924. {
  925. "name": "EnableParallelCodeGeneration",
  926. "switch": "Qpar-",
  927. "comment": "Enable Parallel Code Generation",
  928. "value": "false",
  929. "flags": []
  930. },
  931. {
  932. "name": "EnableParallelCodeGeneration",
  933. "switch": "Qpar",
  934. "comment": "Enable Parallel Code Generation",
  935. "value": "true",
  936. "flags": []
  937. },
  938. {
  939. "name": "FloatingPointExceptions",
  940. "switch": "fp:except-",
  941. "comment": "Enable Floating Point Exceptions",
  942. "value": "false",
  943. "flags": []
  944. },
  945. {
  946. "name": "FloatingPointExceptions",
  947. "switch": "fp:except",
  948. "comment": "Enable Floating Point Exceptions",
  949. "value": "true",
  950. "flags": []
  951. },
  952. {
  953. "name": "CreateHotpatchableImage",
  954. "switch": "hotpatch",
  955. "comment": "Create Hotpatchable Image",
  956. "value": "true",
  957. "flags": []
  958. },
  959. {
  960. "name": "IntelJCCErratum",
  961. "switch": "QIntel-jcc-erratum",
  962. "comment": "Enable Intel JCC Erratum Mitigation",
  963. "value": "true",
  964. "flags": []
  965. },
  966. {
  967. "name": "GuardEHContMetadata",
  968. "switch": "guard:ehcont-",
  969. "comment": "Enable EH Continuation Metadata",
  970. "value": "false",
  971. "flags": []
  972. },
  973. {
  974. "name": "GuardEHContMetadata",
  975. "switch": "guard:ehcont",
  976. "comment": "Enable EH Continuation Metadata",
  977. "value": "true",
  978. "flags": []
  979. },
  980. {
  981. "name": "GuardSignedReturns",
  982. "switch": "guard:signret-",
  983. "comment": "Enable Signed Returns",
  984. "value": "false",
  985. "flags": []
  986. },
  987. {
  988. "name": "GuardSignedReturns",
  989. "switch": "guard:signret",
  990. "comment": "Enable Signed Returns",
  991. "value": "true",
  992. "flags": []
  993. },
  994. {
  995. "name": "DisableLanguageExtensions",
  996. "switch": "Za",
  997. "comment": "Disable Language Extensions",
  998. "value": "true",
  999. "flags": []
  1000. },
  1001. {
  1002. "name": "TreatWChar_tAsBuiltInType",
  1003. "switch": "Zc:wchar_t-",
  1004. "comment": "Treat WChar_t As Built in Type",
  1005. "value": "false",
  1006. "flags": []
  1007. },
  1008. {
  1009. "name": "TreatWChar_tAsBuiltInType",
  1010. "switch": "Zc:wchar_t",
  1011. "comment": "Treat WChar_t As Built in Type",
  1012. "value": "true",
  1013. "flags": []
  1014. },
  1015. {
  1016. "name": "ForceConformanceInForLoopScope",
  1017. "switch": "Zc:forScope-",
  1018. "comment": "Force Conformance in For Loop Scope",
  1019. "value": "false",
  1020. "flags": []
  1021. },
  1022. {
  1023. "name": "ForceConformanceInForLoopScope",
  1024. "switch": "Zc:forScope",
  1025. "comment": "Force Conformance in For Loop Scope",
  1026. "value": "true",
  1027. "flags": []
  1028. },
  1029. {
  1030. "name": "RemoveUnreferencedCodeData",
  1031. "switch": "Zc:inline-",
  1032. "comment": "Remove unreferenced code and data",
  1033. "value": "false",
  1034. "flags": []
  1035. },
  1036. {
  1037. "name": "RemoveUnreferencedCodeData",
  1038. "switch": "Zc:inline",
  1039. "comment": "Remove unreferenced code and data",
  1040. "value": "true",
  1041. "flags": []
  1042. },
  1043. {
  1044. "name": "EnforceTypeConversionRules",
  1045. "switch": "Zc:rvalueCast-",
  1046. "comment": "Enforce type conversion rules",
  1047. "value": "false",
  1048. "flags": []
  1049. },
  1050. {
  1051. "name": "EnforceTypeConversionRules",
  1052. "switch": "Zc:rvalueCast",
  1053. "comment": "Enforce type conversion rules",
  1054. "value": "true",
  1055. "flags": []
  1056. },
  1057. {
  1058. "name": "RuntimeTypeInfo",
  1059. "switch": "GR-",
  1060. "comment": "Enable Run-Time Type Information",
  1061. "value": "false",
  1062. "flags": []
  1063. },
  1064. {
  1065. "name": "RuntimeTypeInfo",
  1066. "switch": "GR",
  1067. "comment": "Enable Run-Time Type Information",
  1068. "value": "true",
  1069. "flags": []
  1070. },
  1071. {
  1072. "name": "OpenMPSupport",
  1073. "switch": "openmp-",
  1074. "comment": "Open MP Support",
  1075. "value": "false",
  1076. "flags": []
  1077. },
  1078. {
  1079. "name": "OpenMPSupport",
  1080. "switch": "openmp",
  1081. "comment": "Open MP Support",
  1082. "value": "true",
  1083. "flags": []
  1084. },
  1085. {
  1086. "name": "EnableModules",
  1087. "switch": "experimental:module",
  1088. "comment": "Enable Experimental C++ Standard Library Modules",
  1089. "value": "true",
  1090. "flags": []
  1091. },
  1092. {
  1093. "name": "ExpandAttributedSource",
  1094. "switch": "Fx",
  1095. "comment": "Expand Attributed Source",
  1096. "value": "true",
  1097. "flags": []
  1098. },
  1099. {
  1100. "name": "UseUnicodeForAssemblerListing",
  1101. "switch": "FAu",
  1102. "comment": "Use Unicode For Assembler Listing",
  1103. "value": "true",
  1104. "flags": []
  1105. },
  1106. {
  1107. "name": "GenerateModuleDependencies",
  1108. "switch": "sourceDependencies:directives",
  1109. "comment": "Generate Module Dependencies File",
  1110. "value": "true",
  1111. "flags": [
  1112. "Continue"
  1113. ]
  1114. },
  1115. {
  1116. "name": "GenerateXMLDocumentationFiles",
  1117. "switch": "doc",
  1118. "comment": "Generate XML Documentation Files",
  1119. "value": "true",
  1120. "flags": [
  1121. "UserValue",
  1122. "UserIgnored",
  1123. "Continue"
  1124. ]
  1125. },
  1126. {
  1127. "name": "GenerateSourceDependencies",
  1128. "switch": "sourceDependencies",
  1129. "comment": "Generate Source Dependencies File",
  1130. "value": "true",
  1131. "flags": [
  1132. "Continue"
  1133. ]
  1134. },
  1135. {
  1136. "name": "BrowseInformation",
  1137. "switch": "FR",
  1138. "comment": "Enable Browse Information",
  1139. "value": "true",
  1140. "flags": [
  1141. "UserValue",
  1142. "UserIgnored",
  1143. "Continue"
  1144. ]
  1145. },
  1146. {
  1147. "name": "TreatAngleIncludeAsExternal",
  1148. "switch": "external:anglebrackets",
  1149. "comment": "Treat Files Included with Angle Brackets as External",
  1150. "value": "true",
  1151. "flags": []
  1152. },
  1153. {
  1154. "name": "ExternalTemplatesDiagnostics",
  1155. "switch": "external:templates-",
  1156. "comment": "Template Diagnostics in External Headers",
  1157. "value": "true",
  1158. "flags": []
  1159. },
  1160. {
  1161. "name": "DisableAnalyzeExternal",
  1162. "switch": "analyze:external-",
  1163. "comment": "Disable Code Analysis for External Headers",
  1164. "value": "true",
  1165. "flags": []
  1166. },
  1167. {
  1168. "name": "ShowIncludes",
  1169. "switch": "showIncludes",
  1170. "comment": "Show Includes",
  1171. "value": "true",
  1172. "flags": []
  1173. },
  1174. {
  1175. "name": "EnablePREfast",
  1176. "switch": "analyze-",
  1177. "comment": "Enable Code Analysis",
  1178. "value": "false",
  1179. "flags": []
  1180. },
  1181. {
  1182. "name": "EnablePREfast",
  1183. "switch": "analyze",
  1184. "comment": "Enable Code Analysis",
  1185. "value": "true",
  1186. "flags": []
  1187. },
  1188. {
  1189. "name": "UseFullPaths",
  1190. "switch": "FC",
  1191. "comment": "Use Full Paths",
  1192. "value": "true",
  1193. "flags": []
  1194. },
  1195. {
  1196. "name": "OmitDefaultLibName",
  1197. "switch": "Zl",
  1198. "comment": "Omit Default Library Name",
  1199. "value": "true",
  1200. "flags": []
  1201. },
  1202. {
  1203. "name": "AdditionalIncludeDirectories",
  1204. "switch": "I",
  1205. "comment": "Additional Include Directories",
  1206. "value": "",
  1207. "flags": [
  1208. "UserValue",
  1209. "SemicolonAppendable"
  1210. ]
  1211. },
  1212. {
  1213. "name": "AdditionalUsingDirectories",
  1214. "switch": "AI",
  1215. "comment": "Additional #using Directories",
  1216. "value": "",
  1217. "flags": [
  1218. "UserValue",
  1219. "SemicolonAppendable"
  1220. ]
  1221. },
  1222. {
  1223. "name": "AdditionalBMIDirectories",
  1224. "switch": "ifcSearchDir",
  1225. "comment": "Additional BMI Directories",
  1226. "value": "",
  1227. "flags": [
  1228. "UserValue",
  1229. "SemicolonAppendable"
  1230. ]
  1231. },
  1232. {
  1233. "name": "AdditionalModuleDependencies",
  1234. "switch": "reference",
  1235. "comment": "Additional Module Dependencies",
  1236. "value": "",
  1237. "flags": [
  1238. "UserFollowing",
  1239. "SemicolonAppendable"
  1240. ]
  1241. },
  1242. {
  1243. "name": "AdditionalHeaderUnitDependencies",
  1244. "switch": "headerUnit",
  1245. "comment": "Additional Header Unit Dependencies",
  1246. "value": "",
  1247. "flags": [
  1248. "UserFollowing",
  1249. "SemicolonAppendable"
  1250. ]
  1251. },
  1252. {
  1253. "name": "PreprocessorDefinitions",
  1254. "switch": "D",
  1255. "comment": "Preprocessor Definitions",
  1256. "value": "",
  1257. "flags": [
  1258. "UserValue",
  1259. "SemicolonAppendable"
  1260. ]
  1261. },
  1262. {
  1263. "name": "UndefinePreprocessorDefinitions",
  1264. "switch": "U",
  1265. "comment": "Undefine Preprocessor Definitions",
  1266. "value": "",
  1267. "flags": [
  1268. "UserValue",
  1269. "SemicolonAppendable"
  1270. ]
  1271. },
  1272. {
  1273. "name": "StdIfcDirectory",
  1274. "switch": "stdIfcDir",
  1275. "comment": "",
  1276. "value": "",
  1277. "flags": [
  1278. "UserValue",
  1279. "SemicolonAppendable"
  1280. ]
  1281. },
  1282. {
  1283. "name": "ExternalDirectoriesEnv",
  1284. "switch": "external:env:",
  1285. "comment": "External Directories Environment Variables",
  1286. "value": "",
  1287. "flags": [
  1288. "UserValue",
  1289. "SemicolonAppendable"
  1290. ]
  1291. },
  1292. {
  1293. "name": "DisableSpecificWarnings",
  1294. "switch": "wd",
  1295. "comment": "Disable Specific Warnings",
  1296. "value": "",
  1297. "flags": [
  1298. "UserValue",
  1299. "SemicolonAppendable"
  1300. ]
  1301. },
  1302. {
  1303. "name": "ForcedIncludeFiles",
  1304. "switch": "FI",
  1305. "comment": "Forced Include File",
  1306. "value": "",
  1307. "flags": [
  1308. "UserValue",
  1309. "UserRequired",
  1310. "SemicolonAppendable"
  1311. ]
  1312. },
  1313. {
  1314. "name": "ForcedIncludeFiles",
  1315. "switch": "FI",
  1316. "comment": "Forced Include File",
  1317. "value": "",
  1318. "flags": [
  1319. "UserFollowing",
  1320. "SemicolonAppendable"
  1321. ]
  1322. },
  1323. {
  1324. "name": "ForcedUsingFiles",
  1325. "switch": "FU",
  1326. "comment": "Forced #using File",
  1327. "value": "",
  1328. "flags": [
  1329. "UserValue",
  1330. "SemicolonAppendable"
  1331. ]
  1332. },
  1333. {
  1334. "name": "PREfastLog",
  1335. "switch": "analyze:log",
  1336. "comment": "Code Analysis Log",
  1337. "value": "",
  1338. "flags": [
  1339. "UserFollowing"
  1340. ]
  1341. },
  1342. {
  1343. "name": "PREfastAdditionalPlugins",
  1344. "switch": "analyze:plugin",
  1345. "comment": "Additional Code Analysis Native plugins",
  1346. "value": "",
  1347. "flags": [
  1348. "UserValue",
  1349. "SemicolonAppendable"
  1350. ]
  1351. },
  1352. {
  1353. "name": "TreatSpecificWarningsAsErrors",
  1354. "switch": "we",
  1355. "comment": "Treat Specific Warnings As Errors",
  1356. "value": "",
  1357. "flags": [
  1358. "UserValue",
  1359. "SemicolonAppendable"
  1360. ]
  1361. },
  1362. {
  1363. "name": "WarningVersion",
  1364. "switch": "Wv:",
  1365. "comment": "Warning Version",
  1366. "value": "",
  1367. "flags": [
  1368. "UserValue"
  1369. ]
  1370. },
  1371. {
  1372. "name": "PreprocessOutputPath",
  1373. "switch": "Fi",
  1374. "comment": "Preprocess Output Path",
  1375. "value": "",
  1376. "flags": [
  1377. "UserValue"
  1378. ]
  1379. },
  1380. {
  1381. "name": "PrecompiledHeaderFile",
  1382. "switch": "Yu",
  1383. "comment": "Precompiled Header File",
  1384. "value": "",
  1385. "flags": [
  1386. "UserValue",
  1387. "UserRequired"
  1388. ]
  1389. },
  1390. {
  1391. "name": "PrecompiledHeaderFile",
  1392. "switch": "Yc",
  1393. "comment": "Precompiled Header File",
  1394. "value": "",
  1395. "flags": [
  1396. "UserValue",
  1397. "UserRequired"
  1398. ]
  1399. },
  1400. {
  1401. "name": "PrecompiledHeaderOutputFile",
  1402. "switch": "Fp",
  1403. "comment": "Precompiled Header Output File",
  1404. "value": "",
  1405. "flags": [
  1406. "UserValue"
  1407. ]
  1408. },
  1409. {
  1410. "name": "AssemblerListingLocation",
  1411. "switch": "Fa",
  1412. "comment": "ASM List Location",
  1413. "value": "",
  1414. "flags": [
  1415. "UserValue"
  1416. ]
  1417. },
  1418. {
  1419. "name": "ModuleOutputFile",
  1420. "switch": "ifcOutput",
  1421. "comment": "Module Output File Name",
  1422. "value": "",
  1423. "flags": [
  1424. "UserFollowing"
  1425. ]
  1426. },
  1427. {
  1428. "name": "ModuleDependenciesFile",
  1429. "switch": "scanDependencies",
  1430. "comment": "Module Dependencies File Name",
  1431. "value": "",
  1432. "flags": [
  1433. "UserFollowing"
  1434. ]
  1435. },
  1436. {
  1437. "name": "ModuleDependenciesFile",
  1438. "switch": "sourceDependencies:directives",
  1439. "comment": "Module Dependencies File Name",
  1440. "value": "",
  1441. "flags": [
  1442. "UserFollowing"
  1443. ]
  1444. },
  1445. {
  1446. "name": "ObjectFileName",
  1447. "switch": "Fo",
  1448. "comment": "Object File Name",
  1449. "value": "",
  1450. "flags": [
  1451. "UserValue"
  1452. ]
  1453. },
  1454. {
  1455. "name": "ProgramDataBaseFileName",
  1456. "switch": "Fd",
  1457. "comment": "Program Database File Name",
  1458. "value": "",
  1459. "flags": [
  1460. "UserValue"
  1461. ]
  1462. },
  1463. {
  1464. "name": "XMLDocumentationFileName",
  1465. "switch": "doc",
  1466. "comment": "XML Documentation File Name",
  1467. "value": "",
  1468. "flags": [
  1469. "UserValue",
  1470. "UserRequired"
  1471. ]
  1472. },
  1473. {
  1474. "name": "SourceDependenciesFile",
  1475. "switch": "sourceDependencies",
  1476. "comment": "Source Dependencies File Name",
  1477. "value": "",
  1478. "flags": [
  1479. "UserFollowing"
  1480. ]
  1481. },
  1482. {
  1483. "name": "BrowseInformationFile",
  1484. "switch": "FR",
  1485. "comment": "Browse Information File",
  1486. "value": "",
  1487. "flags": [
  1488. "UserValue",
  1489. "UserRequired"
  1490. ]
  1491. },
  1492. {
  1493. "name": "PREfastProjectDirectory",
  1494. "switch": "analyze:projectdirectory",
  1495. "comment": "Code Analysis Project Directory",
  1496. "value": "",
  1497. "flags": [
  1498. "UserValue"
  1499. ]
  1500. },
  1501. {
  1502. "name": "PREfastRulesetDirectories",
  1503. "switch": "analyze:rulesetdirectory",
  1504. "comment": "Code Analysis Ruleset Directories",
  1505. "value": "",
  1506. "flags": [
  1507. "UserValue"
  1508. ]
  1509. },
  1510. {
  1511. "name": "PREfastRulesetFile",
  1512. "switch": "analyze:ruleset",
  1513. "comment": "Code Analysis Ruleset File",
  1514. "value": "",
  1515. "flags": [
  1516. "UserValue"
  1517. ]
  1518. },
  1519. {
  1520. "name": "ProcessorNumber",
  1521. "switch": "MP",
  1522. "comment": "Number of processors",
  1523. "value": "",
  1524. "flags": [
  1525. "UserValue",
  1526. "UserRequired"
  1527. ]
  1528. }
  1529. ]