VS: Add CUDA flag table entry for -maxrregcount

Fixes: #18104
This commit is contained in:
Brad King
2018-06-19 08:40:50 -04:00
parent ef5e2e8a62
commit 4d3a3d7459

View File

@@ -47,5 +47,8 @@ static cmVS7FlagTable cmVS10CudaFlagTable[] = {
{ "HostDebugInfo", "g", "", "true", 0 },
{ "HostDebugInfo", "-debug", "", "true", 0 },
{ "MaxRegCount", "maxrregcount=", "", "", cmVS7FlagTable::UserValue },
{ "MaxRegCount", "maxrregcount", "", "", cmVS7FlagTable::UserFollowing },
{ 0, 0, 0, 0, 0 }
};