diff options
author | Brad King <brad.king@kitware.com> | 2019-01-24 17:39:50 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-01-24 18:19:48 (GMT) |
commit | 460a146e2b8da5355e4638706002715aed85acbc (patch) | |
tree | 84a40ae9ab53ba931114dd3c5bb0f8a259a10257 /Templates | |
parent | 0df37903715d900fa5cfa3c51176649ed69d7d50 (diff) | |
download | CMake-460a146e2b8da5355e4638706002715aed85acbc.zip CMake-460a146e2b8da5355e4638706002715aed85acbc.tar.gz CMake-460a146e2b8da5355e4638706002715aed85acbc.tar.bz2 |
VS: Populate `/Y-` flag table entry for v142
Apply the change from commit 8df25f9400 (VS: connect /Y- compiler option
with "Not Using Precompiled Headers", 2018-11-26) to the v142 flag
table.
Diffstat (limited to 'Templates')
-rw-r--r-- | Templates/MSBuild/FlagTables/v142_CL.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Templates/MSBuild/FlagTables/v142_CL.json b/Templates/MSBuild/FlagTables/v142_CL.json index eff5dec..70d20c5 100644 --- a/Templates/MSBuild/FlagTables/v142_CL.json +++ b/Templates/MSBuild/FlagTables/v142_CL.json @@ -478,7 +478,7 @@ }, { "name": "PrecompiledHeader", - "switch": "", + "switch": "Y-", "comment": "Not Using Precompiled Headers", "value": "NotUsing", "flags": [] |