v12_CL.json 22 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088
  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": "CompileAsManaged",
  60. "switch": "clr:oldSyntax",
  61. "comment": "Common Language RunTime Support, Old Syntax",
  62. "value": "OldSyntax",
  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": "Optimization",
  109. "switch": "",
  110. "comment": "Custom",
  111. "value": "Custom",
  112. "flags": []
  113. },
  114. {
  115. "name": "Optimization",
  116. "switch": "Od",
  117. "comment": "Disabled",
  118. "value": "Disabled",
  119. "flags": []
  120. },
  121. {
  122. "name": "Optimization",
  123. "switch": "O1",
  124. "comment": "Minimize Size",
  125. "value": "MinSpace",
  126. "flags": []
  127. },
  128. {
  129. "name": "Optimization",
  130. "switch": "O2",
  131. "comment": "Maximize Speed",
  132. "value": "MaxSpeed",
  133. "flags": []
  134. },
  135. {
  136. "name": "Optimization",
  137. "switch": "Ox",
  138. "comment": "Full Optimization",
  139. "value": "Full",
  140. "flags": []
  141. },
  142. {
  143. "name": "InlineFunctionExpansion",
  144. "switch": "",
  145. "comment": "Default",
  146. "value": "Default",
  147. "flags": []
  148. },
  149. {
  150. "name": "InlineFunctionExpansion",
  151. "switch": "Ob0",
  152. "comment": "Disabled",
  153. "value": "Disabled",
  154. "flags": []
  155. },
  156. {
  157. "name": "InlineFunctionExpansion",
  158. "switch": "Ob1",
  159. "comment": "Only __inline",
  160. "value": "OnlyExplicitInline",
  161. "flags": []
  162. },
  163. {
  164. "name": "InlineFunctionExpansion",
  165. "switch": "Ob2",
  166. "comment": "Any Suitable",
  167. "value": "AnySuitable",
  168. "flags": []
  169. },
  170. {
  171. "name": "FavorSizeOrSpeed",
  172. "switch": "Os",
  173. "comment": "Favor small code",
  174. "value": "Size",
  175. "flags": []
  176. },
  177. {
  178. "name": "FavorSizeOrSpeed",
  179. "switch": "Ot",
  180. "comment": "Favor fast code",
  181. "value": "Speed",
  182. "flags": []
  183. },
  184. {
  185. "name": "FavorSizeOrSpeed",
  186. "switch": "",
  187. "comment": "Neither",
  188. "value": "Neither",
  189. "flags": []
  190. },
  191. {
  192. "name": "ExceptionHandling",
  193. "switch": "EHa",
  194. "comment": "Yes with SEH Exceptions",
  195. "value": "Async",
  196. "flags": []
  197. },
  198. {
  199. "name": "ExceptionHandling",
  200. "switch": "EHsc",
  201. "comment": "Yes",
  202. "value": "Sync",
  203. "flags": []
  204. },
  205. {
  206. "name": "ExceptionHandling",
  207. "switch": "EHs",
  208. "comment": "Yes with Extern C functions",
  209. "value": "SyncCThrow",
  210. "flags": []
  211. },
  212. {
  213. "name": "ExceptionHandling",
  214. "switch": "",
  215. "comment": "No",
  216. "value": "false",
  217. "flags": []
  218. },
  219. {
  220. "name": "BasicRuntimeChecks",
  221. "switch": "RTCs",
  222. "comment": "Stack Frames",
  223. "value": "StackFrameRuntimeCheck",
  224. "flags": []
  225. },
  226. {
  227. "name": "BasicRuntimeChecks",
  228. "switch": "RTCu",
  229. "comment": "Uninitialized variables",
  230. "value": "UninitializedLocalUsageCheck",
  231. "flags": []
  232. },
  233. {
  234. "name": "BasicRuntimeChecks",
  235. "switch": "RTC1",
  236. "comment": "Both (/RTC1, equiv. to /RTCsu)",
  237. "value": "EnableFastChecks",
  238. "flags": []
  239. },
  240. {
  241. "name": "BasicRuntimeChecks",
  242. "switch": "",
  243. "comment": "Default",
  244. "value": "Default",
  245. "flags": []
  246. },
  247. {
  248. "name": "RuntimeLibrary",
  249. "switch": "MT",
  250. "comment": "Multi-threaded",
  251. "value": "MultiThreaded",
  252. "flags": []
  253. },
  254. {
  255. "name": "RuntimeLibrary",
  256. "switch": "MTd",
  257. "comment": "Multi-threaded Debug",
  258. "value": "MultiThreadedDebug",
  259. "flags": []
  260. },
  261. {
  262. "name": "RuntimeLibrary",
  263. "switch": "MD",
  264. "comment": "Multi-threaded DLL",
  265. "value": "MultiThreadedDLL",
  266. "flags": []
  267. },
  268. {
  269. "name": "RuntimeLibrary",
  270. "switch": "MDd",
  271. "comment": "Multi-threaded Debug DLL",
  272. "value": "MultiThreadedDebugDLL",
  273. "flags": []
  274. },
  275. {
  276. "name": "StructMemberAlignment",
  277. "switch": "Zp1",
  278. "comment": "1 Byte",
  279. "value": "1Byte",
  280. "flags": []
  281. },
  282. {
  283. "name": "StructMemberAlignment",
  284. "switch": "Zp2",
  285. "comment": "2 Bytes",
  286. "value": "2Bytes",
  287. "flags": []
  288. },
  289. {
  290. "name": "StructMemberAlignment",
  291. "switch": "Zp4",
  292. "comment": "4 Byte",
  293. "value": "4Bytes",
  294. "flags": []
  295. },
  296. {
  297. "name": "StructMemberAlignment",
  298. "switch": "Zp8",
  299. "comment": "8 Bytes",
  300. "value": "8Bytes",
  301. "flags": []
  302. },
  303. {
  304. "name": "StructMemberAlignment",
  305. "switch": "Zp16",
  306. "comment": "16 Bytes",
  307. "value": "16Bytes",
  308. "flags": []
  309. },
  310. {
  311. "name": "StructMemberAlignment",
  312. "switch": "",
  313. "comment": "Default",
  314. "value": "Default",
  315. "flags": []
  316. },
  317. {
  318. "name": "BufferSecurityCheck",
  319. "switch": "GS-",
  320. "comment": "Disable Security Check",
  321. "value": "false",
  322. "flags": []
  323. },
  324. {
  325. "name": "BufferSecurityCheck",
  326. "switch": "GS",
  327. "comment": "Enable Security Check",
  328. "value": "true",
  329. "flags": []
  330. },
  331. {
  332. "name": "EnableEnhancedInstructionSet",
  333. "switch": "arch:SSE",
  334. "comment": "Streaming SIMD Extensions",
  335. "value": "StreamingSIMDExtensions",
  336. "flags": []
  337. },
  338. {
  339. "name": "EnableEnhancedInstructionSet",
  340. "switch": "arch:SSE2",
  341. "comment": "Streaming SIMD Extensions 2",
  342. "value": "StreamingSIMDExtensions2",
  343. "flags": []
  344. },
  345. {
  346. "name": "EnableEnhancedInstructionSet",
  347. "switch": "arch:AVX",
  348. "comment": "Advanced Vector Extensions",
  349. "value": "AdvancedVectorExtensions",
  350. "flags": []
  351. },
  352. {
  353. "name": "EnableEnhancedInstructionSet",
  354. "switch": "arch:AVX2",
  355. "comment": "Advanced Vector Extensions 2",
  356. "value": "AdvancedVectorExtensions2",
  357. "flags": []
  358. },
  359. {
  360. "name": "EnableEnhancedInstructionSet",
  361. "switch": "arch:IA32",
  362. "comment": "No Enhanced Instructions",
  363. "value": "NoExtensions",
  364. "flags": []
  365. },
  366. {
  367. "name": "EnableEnhancedInstructionSet",
  368. "switch": "",
  369. "comment": "Not Set",
  370. "value": "NotSet",
  371. "flags": []
  372. },
  373. {
  374. "name": "FloatingPointModel",
  375. "switch": "fp:precise",
  376. "comment": "Precise",
  377. "value": "Precise",
  378. "flags": []
  379. },
  380. {
  381. "name": "FloatingPointModel",
  382. "switch": "fp:strict",
  383. "comment": "Strict",
  384. "value": "Strict",
  385. "flags": []
  386. },
  387. {
  388. "name": "FloatingPointModel",
  389. "switch": "fp:fast",
  390. "comment": "Fast",
  391. "value": "Fast",
  392. "flags": []
  393. },
  394. {
  395. "name": "PrecompiledHeader",
  396. "switch": "Yc",
  397. "comment": "Create",
  398. "value": "Create",
  399. "flags": [
  400. "UserValue",
  401. "UserIgnored",
  402. "Continue"
  403. ]
  404. },
  405. {
  406. "name": "PrecompiledHeader",
  407. "switch": "Yu",
  408. "comment": "Use",
  409. "value": "Use",
  410. "flags": [
  411. "UserValue",
  412. "UserIgnored",
  413. "Continue"
  414. ]
  415. },
  416. {
  417. "name": "PrecompiledHeader",
  418. "switch": "Y-",
  419. "comment": "Not Using Precompiled Headers",
  420. "value": "NotUsing",
  421. "flags": []
  422. },
  423. {
  424. "name": "AssemblerOutput",
  425. "switch": "",
  426. "comment": "No Listing",
  427. "value": "NoListing",
  428. "flags": []
  429. },
  430. {
  431. "name": "AssemblerOutput",
  432. "switch": "FA",
  433. "comment": "Assembly-Only Listing",
  434. "value": "AssemblyCode",
  435. "flags": []
  436. },
  437. {
  438. "name": "AssemblerOutput",
  439. "switch": "FAc",
  440. "comment": "Assembly With Machine Code",
  441. "value": "AssemblyAndMachineCode",
  442. "flags": []
  443. },
  444. {
  445. "name": "AssemblerOutput",
  446. "switch": "FAs",
  447. "comment": "Assembly With Source Code",
  448. "value": "AssemblyAndSourceCode",
  449. "flags": []
  450. },
  451. {
  452. "name": "AssemblerOutput",
  453. "switch": "FAcs",
  454. "comment": "Assembly, Machine Code and Source",
  455. "value": "All",
  456. "flags": []
  457. },
  458. {
  459. "name": "CallingConvention",
  460. "switch": "Gd",
  461. "comment": "__cdecl",
  462. "value": "Cdecl",
  463. "flags": []
  464. },
  465. {
  466. "name": "CallingConvention",
  467. "switch": "Gr",
  468. "comment": "__fastcall",
  469. "value": "FastCall",
  470. "flags": []
  471. },
  472. {
  473. "name": "CallingConvention",
  474. "switch": "Gz",
  475. "comment": "__stdcall",
  476. "value": "StdCall",
  477. "flags": []
  478. },
  479. {
  480. "name": "CallingConvention",
  481. "switch": "Gv",
  482. "comment": "__vectorcall",
  483. "value": "VectorCall",
  484. "flags": []
  485. },
  486. {
  487. "name": "CompileAs",
  488. "switch": "",
  489. "comment": "Default",
  490. "value": "Default",
  491. "flags": []
  492. },
  493. {
  494. "name": "CompileAs",
  495. "switch": "TC",
  496. "comment": "Compile as C Code",
  497. "value": "CompileAsC",
  498. "flags": []
  499. },
  500. {
  501. "name": "CompileAs",
  502. "switch": "TP",
  503. "comment": "Compile as C++ Code",
  504. "value": "CompileAsCpp",
  505. "flags": []
  506. },
  507. {
  508. "name": "ErrorReporting",
  509. "switch": "errorReport:none",
  510. "comment": "Do Not Send Report",
  511. "value": "None",
  512. "flags": []
  513. },
  514. {
  515. "name": "ErrorReporting",
  516. "switch": "errorReport:prompt",
  517. "comment": "Prompt Immediately",
  518. "value": "Prompt",
  519. "flags": []
  520. },
  521. {
  522. "name": "ErrorReporting",
  523. "switch": "errorReport:queue",
  524. "comment": "Queue For Next Login",
  525. "value": "Queue",
  526. "flags": []
  527. },
  528. {
  529. "name": "ErrorReporting",
  530. "switch": "errorReport:send",
  531. "comment": "Send Automatically",
  532. "value": "Send",
  533. "flags": []
  534. },
  535. {
  536. "name": "CompileAsWinRT",
  537. "switch": "ZW",
  538. "comment": "Consume Windows Runtime Extension",
  539. "value": "true",
  540. "flags": []
  541. },
  542. {
  543. "name": "WinRTNoStdLib",
  544. "switch": "ZW:nostdlib",
  545. "comment": "No Standard WinRT Libraries",
  546. "value": "true",
  547. "flags": []
  548. },
  549. {
  550. "name": "SuppressStartupBanner",
  551. "switch": "nologo",
  552. "comment": "Suppress Startup Banner",
  553. "value": "true",
  554. "flags": []
  555. },
  556. {
  557. "name": "TreatWarningAsError",
  558. "switch": "WX-",
  559. "comment": "Treat Warnings As Errors",
  560. "value": "false",
  561. "flags": []
  562. },
  563. {
  564. "name": "TreatWarningAsError",
  565. "switch": "WX",
  566. "comment": "Treat Warnings As Errors",
  567. "value": "true",
  568. "flags": []
  569. },
  570. {
  571. "name": "SDLCheck",
  572. "switch": "sdl-",
  573. "comment": "SDL checks",
  574. "value": "false",
  575. "flags": []
  576. },
  577. {
  578. "name": "SDLCheck",
  579. "switch": "sdl",
  580. "comment": "SDL checks",
  581. "value": "true",
  582. "flags": []
  583. },
  584. {
  585. "name": "MultiProcessorCompilation",
  586. "switch": "MP",
  587. "comment": "Multi-processor Compilation",
  588. "value": "true",
  589. "flags": [
  590. "UserValue",
  591. "UserIgnored",
  592. "Continue"
  593. ]
  594. },
  595. {
  596. "name": "IntrinsicFunctions",
  597. "switch": "Oi",
  598. "comment": "Enable Intrinsic Functions",
  599. "value": "true",
  600. "flags": []
  601. },
  602. {
  603. "name": "OmitFramePointers",
  604. "switch": "Oy-",
  605. "comment": "Omit Frame Pointers",
  606. "value": "false",
  607. "flags": []
  608. },
  609. {
  610. "name": "OmitFramePointers",
  611. "switch": "Oy",
  612. "comment": "Omit Frame Pointers",
  613. "value": "true",
  614. "flags": []
  615. },
  616. {
  617. "name": "EnableFiberSafeOptimizations",
  618. "switch": "GT",
  619. "comment": "Enable Fiber-Safe Optimizations",
  620. "value": "true",
  621. "flags": []
  622. },
  623. {
  624. "name": "WholeProgramOptimization",
  625. "switch": "GL",
  626. "comment": "Whole Program Optimization",
  627. "value": "true",
  628. "flags": []
  629. },
  630. {
  631. "name": "UndefineAllPreprocessorDefinitions",
  632. "switch": "u",
  633. "comment": "Undefine All Preprocessor Definitions",
  634. "value": "true",
  635. "flags": []
  636. },
  637. {
  638. "name": "IgnoreStandardIncludePath",
  639. "switch": "X",
  640. "comment": "Ignore Standard Include Paths",
  641. "value": "true",
  642. "flags": []
  643. },
  644. {
  645. "name": "PreprocessToFile",
  646. "switch": "P",
  647. "comment": "Preprocess to a File",
  648. "value": "true",
  649. "flags": []
  650. },
  651. {
  652. "name": "PreprocessSuppressLineNumbers",
  653. "switch": "EP",
  654. "comment": "Preprocess Suppress Line Numbers",
  655. "value": "true",
  656. "flags": []
  657. },
  658. {
  659. "name": "PreprocessKeepComments",
  660. "switch": "C",
  661. "comment": "Keep Comments",
  662. "value": "true",
  663. "flags": []
  664. },
  665. {
  666. "name": "StringPooling",
  667. "switch": "GF-",
  668. "comment": "Enable String Pooling",
  669. "value": "false",
  670. "flags": []
  671. },
  672. {
  673. "name": "StringPooling",
  674. "switch": "GF",
  675. "comment": "Enable String Pooling",
  676. "value": "true",
  677. "flags": []
  678. },
  679. {
  680. "name": "MinimalRebuild",
  681. "switch": "Gm-",
  682. "comment": "Enable Minimal Rebuild",
  683. "value": "false",
  684. "flags": []
  685. },
  686. {
  687. "name": "MinimalRebuild",
  688. "switch": "Gm",
  689. "comment": "Enable Minimal Rebuild",
  690. "value": "true",
  691. "flags": []
  692. },
  693. {
  694. "name": "SmallerTypeCheck",
  695. "switch": "RTCc",
  696. "comment": "Smaller Type Check",
  697. "value": "true",
  698. "flags": []
  699. },
  700. {
  701. "name": "FunctionLevelLinking",
  702. "switch": "Gy-",
  703. "comment": "Enable Function-Level Linking",
  704. "value": "false",
  705. "flags": []
  706. },
  707. {
  708. "name": "FunctionLevelLinking",
  709. "switch": "Gy",
  710. "comment": "Enable Function-Level Linking",
  711. "value": "true",
  712. "flags": []
  713. },
  714. {
  715. "name": "EnableParallelCodeGeneration",
  716. "switch": "Qpar-",
  717. "comment": "Enable Parallel Code Generation",
  718. "value": "false",
  719. "flags": []
  720. },
  721. {
  722. "name": "EnableParallelCodeGeneration",
  723. "switch": "Qpar",
  724. "comment": "Enable Parallel Code Generation",
  725. "value": "true",
  726. "flags": []
  727. },
  728. {
  729. "name": "FloatingPointExceptions",
  730. "switch": "fp:except-",
  731. "comment": "Enable Floating Point Exceptions",
  732. "value": "false",
  733. "flags": []
  734. },
  735. {
  736. "name": "FloatingPointExceptions",
  737. "switch": "fp:except",
  738. "comment": "Enable Floating Point Exceptions",
  739. "value": "true",
  740. "flags": []
  741. },
  742. {
  743. "name": "CreateHotpatchableImage",
  744. "switch": "hotpatch",
  745. "comment": "Create Hotpatchable Image",
  746. "value": "true",
  747. "flags": []
  748. },
  749. {
  750. "name": "DisableLanguageExtensions",
  751. "switch": "Za",
  752. "comment": "Disable Language Extensions",
  753. "value": "true",
  754. "flags": []
  755. },
  756. {
  757. "name": "TreatWChar_tAsBuiltInType",
  758. "switch": "Zc:wchar_t-",
  759. "comment": "Treat WChar_t As Built in Type",
  760. "value": "false",
  761. "flags": []
  762. },
  763. {
  764. "name": "TreatWChar_tAsBuiltInType",
  765. "switch": "Zc:wchar_t",
  766. "comment": "Treat WChar_t As Built in Type",
  767. "value": "true",
  768. "flags": []
  769. },
  770. {
  771. "name": "ForceConformanceInForLoopScope",
  772. "switch": "Zc:forScope-",
  773. "comment": "Force Conformance in For Loop Scope",
  774. "value": "false",
  775. "flags": []
  776. },
  777. {
  778. "name": "ForceConformanceInForLoopScope",
  779. "switch": "Zc:forScope",
  780. "comment": "Force Conformance in For Loop Scope",
  781. "value": "true",
  782. "flags": []
  783. },
  784. {
  785. "name": "RuntimeTypeInfo",
  786. "switch": "GR-",
  787. "comment": "Enable Run-Time Type Information",
  788. "value": "false",
  789. "flags": []
  790. },
  791. {
  792. "name": "RuntimeTypeInfo",
  793. "switch": "GR",
  794. "comment": "Enable Run-Time Type Information",
  795. "value": "true",
  796. "flags": []
  797. },
  798. {
  799. "name": "OpenMPSupport",
  800. "switch": "openmp-",
  801. "comment": "Open MP Support",
  802. "value": "false",
  803. "flags": []
  804. },
  805. {
  806. "name": "OpenMPSupport",
  807. "switch": "openmp",
  808. "comment": "Open MP Support",
  809. "value": "true",
  810. "flags": []
  811. },
  812. {
  813. "name": "ExpandAttributedSource",
  814. "switch": "Fx",
  815. "comment": "Expand Attributed Source",
  816. "value": "true",
  817. "flags": []
  818. },
  819. {
  820. "name": "UseUnicodeForAssemblerListing",
  821. "switch": "FAu",
  822. "comment": "Use Unicode For Assembler Listing",
  823. "value": "true",
  824. "flags": []
  825. },
  826. {
  827. "name": "GenerateXMLDocumentationFiles",
  828. "switch": "doc",
  829. "comment": "Generate XML Documentation Files",
  830. "value": "true",
  831. "flags": [
  832. "UserValue",
  833. "UserIgnored",
  834. "Continue"
  835. ]
  836. },
  837. {
  838. "name": "BrowseInformation",
  839. "switch": "FR",
  840. "comment": "Enable Browse Information",
  841. "value": "true",
  842. "flags": [
  843. "UserValue",
  844. "UserIgnored",
  845. "Continue"
  846. ]
  847. },
  848. {
  849. "name": "ShowIncludes",
  850. "switch": "showIncludes",
  851. "comment": "Show Includes",
  852. "value": "true",
  853. "flags": []
  854. },
  855. {
  856. "name": "EnablePREfast",
  857. "switch": "analyze-",
  858. "comment": "Enable Code Analysis",
  859. "value": "false",
  860. "flags": []
  861. },
  862. {
  863. "name": "EnablePREfast",
  864. "switch": "analyze",
  865. "comment": "Enable Code Analysis",
  866. "value": "true",
  867. "flags": []
  868. },
  869. {
  870. "name": "UseFullPaths",
  871. "switch": "FC",
  872. "comment": "Use Full Paths",
  873. "value": "true",
  874. "flags": []
  875. },
  876. {
  877. "name": "OmitDefaultLibName",
  878. "switch": "Zl",
  879. "comment": "Omit Default Library Name",
  880. "value": "true",
  881. "flags": []
  882. },
  883. {
  884. "name": "AdditionalIncludeDirectories",
  885. "switch": "I",
  886. "comment": "Additional Include Directories",
  887. "value": "",
  888. "flags": [
  889. "UserValue",
  890. "SemicolonAppendable"
  891. ]
  892. },
  893. {
  894. "name": "AdditionalUsingDirectories",
  895. "switch": "AI",
  896. "comment": "Additional #using Directories",
  897. "value": "",
  898. "flags": [
  899. "UserValue",
  900. "SemicolonAppendable"
  901. ]
  902. },
  903. {
  904. "name": "PreprocessorDefinitions",
  905. "switch": "D",
  906. "comment": "Preprocessor Definitions",
  907. "value": "",
  908. "flags": [
  909. "UserValue",
  910. "SemicolonAppendable"
  911. ]
  912. },
  913. {
  914. "name": "UndefinePreprocessorDefinitions",
  915. "switch": "U",
  916. "comment": "Undefine Preprocessor Definitions",
  917. "value": "",
  918. "flags": [
  919. "UserValue",
  920. "SemicolonAppendable"
  921. ]
  922. },
  923. {
  924. "name": "DisableSpecificWarnings",
  925. "switch": "wd",
  926. "comment": "Disable Specific Warnings",
  927. "value": "",
  928. "flags": [
  929. "UserValue",
  930. "SemicolonAppendable"
  931. ]
  932. },
  933. {
  934. "name": "ForcedIncludeFiles",
  935. "switch": "FI",
  936. "comment": "Forced Include File",
  937. "value": "",
  938. "flags": [
  939. "UserValue",
  940. "UserRequired",
  941. "SemicolonAppendable"
  942. ]
  943. },
  944. {
  945. "name": "ForcedIncludeFiles",
  946. "switch": "FI",
  947. "comment": "Forced Include File",
  948. "value": "",
  949. "flags": [
  950. "UserFollowing",
  951. "SemicolonAppendable"
  952. ]
  953. },
  954. {
  955. "name": "ForcedUsingFiles",
  956. "switch": "FU",
  957. "comment": "Forced #using File",
  958. "value": "",
  959. "flags": [
  960. "UserValue",
  961. "SemicolonAppendable"
  962. ]
  963. },
  964. {
  965. "name": "PREfastLog",
  966. "switch": "analyze:log",
  967. "comment": "Code Analysis Log",
  968. "value": "",
  969. "flags": [
  970. "UserFollowing"
  971. ]
  972. },
  973. {
  974. "name": "PREfastAdditionalPlugins",
  975. "switch": "analyze:plugin",
  976. "comment": "Additional Code Analysis Native plugins",
  977. "value": "",
  978. "flags": [
  979. "UserValue",
  980. "SemicolonAppendable"
  981. ]
  982. },
  983. {
  984. "name": "TreatSpecificWarningsAsErrors",
  985. "switch": "we",
  986. "comment": "Treat Specific Warnings As Errors",
  987. "value": "",
  988. "flags": [
  989. "UserValue",
  990. "SemicolonAppendable"
  991. ]
  992. },
  993. {
  994. "name": "PreprocessOutputPath",
  995. "switch": "Fi",
  996. "comment": "Preprocess Output Path",
  997. "value": "",
  998. "flags": [
  999. "UserValue"
  1000. ]
  1001. },
  1002. {
  1003. "name": "PrecompiledHeaderFile",
  1004. "switch": "Yu",
  1005. "comment": "Precompiled Header File",
  1006. "value": "",
  1007. "flags": [
  1008. "UserValue",
  1009. "UserRequired"
  1010. ]
  1011. },
  1012. {
  1013. "name": "PrecompiledHeaderFile",
  1014. "switch": "Yc",
  1015. "comment": "Precompiled Header File",
  1016. "value": "",
  1017. "flags": [
  1018. "UserValue",
  1019. "UserRequired"
  1020. ]
  1021. },
  1022. {
  1023. "name": "PrecompiledHeaderOutputFile",
  1024. "switch": "Fp",
  1025. "comment": "Precompiled Header Output File",
  1026. "value": "",
  1027. "flags": [
  1028. "UserValue"
  1029. ]
  1030. },
  1031. {
  1032. "name": "AssemblerListingLocation",
  1033. "switch": "Fa",
  1034. "comment": "ASM List Location",
  1035. "value": "",
  1036. "flags": [
  1037. "UserValue"
  1038. ]
  1039. },
  1040. {
  1041. "name": "ObjectFileName",
  1042. "switch": "Fo",
  1043. "comment": "Object File Name",
  1044. "value": "",
  1045. "flags": [
  1046. "UserValue"
  1047. ]
  1048. },
  1049. {
  1050. "name": "ProgramDataBaseFileName",
  1051. "switch": "Fd",
  1052. "comment": "Program Database File Name",
  1053. "value": "",
  1054. "flags": [
  1055. "UserValue"
  1056. ]
  1057. },
  1058. {
  1059. "name": "XMLDocumentationFileName",
  1060. "switch": "doc",
  1061. "comment": "XML Documentation File Name",
  1062. "value": "",
  1063. "flags": [
  1064. "UserValue",
  1065. "UserRequired"
  1066. ]
  1067. },
  1068. {
  1069. "name": "BrowseInformationFile",
  1070. "switch": "FR",
  1071. "comment": "Browse Information File",
  1072. "value": "",
  1073. "flags": [
  1074. "UserValue",
  1075. "UserRequired"
  1076. ]
  1077. },
  1078. {
  1079. "name": "ProcessorNumber",
  1080. "switch": "MP",
  1081. "comment": "Number of processors",
  1082. "value": "",
  1083. "flags": [
  1084. "UserValue",
  1085. "UserRequired"
  1086. ]
  1087. }
  1088. ]