v141_CL.json 25 KB

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