mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-20 21:40:15 +08:00

committed by
Brad King

parent
512ab500f0
commit
a3c827b2ea
@@ -530,6 +530,14 @@ cmVS7FlagTable cmLocalVisualStudio7GeneratorFortranLinkFlagTable[] = {
|
||||
"linkIncrementalNo", 0 },
|
||||
{ "LinkIncremental", "INCREMENTAL:YES", "link incremental",
|
||||
"linkIncrementalYes", 0 },
|
||||
{ "EnableCOMDATFolding", "OPT:NOICF", "Do not remove redundant COMDATs",
|
||||
"optNoFolding", 0 },
|
||||
{ "EnableCOMDATFolding", "OPT:ICF", "Remove redundant COMDATs", "optFolding",
|
||||
0 },
|
||||
{ "OptimizeReferences", "OPT:NOREF", "Keep unreferenced data",
|
||||
"optNoReferences", 0 },
|
||||
{ "OptimizeReferences", "OPT:REF", "Eliminate unreferenced data",
|
||||
"optReferences", 0 },
|
||||
{ "", "", "", "", 0 }
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user