mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-19 02:17:27 +08:00
VS: Add flag table entry for -JMC
Original header commit 516c6fc38c
Add support for mapping Just My Code compiler flag
This commit is contained in:
@@ -1243,5 +1243,19 @@
|
|||||||
"comment": "C++14 (GNU Dialect)",
|
"comment": "C++14 (GNU Dialect)",
|
||||||
"value": "gnu++1y",
|
"value": "gnu++1y",
|
||||||
"flags": []
|
"flags": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "SupportJustMyCode",
|
||||||
|
"switch": "JMC-",
|
||||||
|
"comment": "",
|
||||||
|
"value": "false",
|
||||||
|
"flags": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "SupportJustMyCode",
|
||||||
|
"switch": "JMC",
|
||||||
|
"comment": "",
|
||||||
|
"value": "true",
|
||||||
|
"flags": []
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user