mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 11:49:55 -06:00
VS: Add flag table entry for -JMC
Add support for mapping Just My Code compiler flag Fixes: #18289
This commit is contained in:
@@ -194,6 +194,8 @@ static cmVS7FlagTable cmVS141CLFlagTable[] = {
|
||||
{ "EnablePREfast", "analyze", "", "true", 0 },
|
||||
{ "UseFullPaths", "FC", "", "true", 0 },
|
||||
{ "OmitDefaultLibName", "Zl", "", "true", 0 },
|
||||
{ "SupportJustMyCode", "JMC-", "", "false", 0 },
|
||||
{ "SupportJustMyCode", "JMC", "", "true", 0 },
|
||||
|
||||
// Bool Properties With Argument
|
||||
{ "MultiProcessorCompilation", "MP", "", "true",
|
||||
|
||||
Reference in New Issue
Block a user