summaryrefslogtreecommitdiffstats
path: root/Source/cmVS141LinkFlagTable.h
diff options
context:
space:
mode:
authorIan Hojnicki <nullref@live.com>2017-06-22 21:37:05 (GMT)
committerBrad King <brad.king@kitware.com>2017-06-28 12:55:40 (GMT)
commit7ba27e364fcf6a941590600d7fb1d304bd462e05 (patch)
tree2a4e9bdad09d0c6d44003b7bb450458ec105ded6 /Source/cmVS141LinkFlagTable.h
parentae44496e2b2be3838af193c2ecfc7f3efaf1663a (diff)
downloadCMake-7ba27e364fcf6a941590600d7fb1d304bd462e05.zip
CMake-7ba27e364fcf6a941590600d7fb1d304bd462e05.tar.gz
CMake-7ba27e364fcf6a941590600d7fb1d304bd462e05.tar.bz2
VS: Add v140 and v141 flag table entries for /DEBUG:NONE and /DEBUG:FULL
Diffstat (limited to 'Source/cmVS141LinkFlagTable.h')
-rw-r--r--Source/cmVS141LinkFlagTable.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/cmVS141LinkFlagTable.h b/Source/cmVS141LinkFlagTable.h
index ff0c1da..d7faf81 100644
--- a/Source/cmVS141LinkFlagTable.h
+++ b/Source/cmVS141LinkFlagTable.h
@@ -38,6 +38,12 @@ static cmVS7FlagTable cmVS141LinkFlagTable[] = {
{ "GenerateDebugInformation", "DEBUG:FASTLINK",
"Generate Debug Information optimized for faster links", "DebugFastLink",
cmVS7FlagTable::CaseInsensitive },
+ { "GenerateDebugInformation", "DEBUG:FULL",
+ "Generate Debug Information optimized for sharing and publishing",
+ "DebugFull", cmVS7FlagTable::CaseInsensitive },
+ { "GenerateDebugInformation", "DEBUG:NONE",
+ "Produces no debugging information", "false",
+ cmVS7FlagTable::CaseInsensitive },
{ "GenerateDebugInformation", "DEBUG", "Generate Debug Information", "true",
cmVS7FlagTable::CaseInsensitive },