|
|
@@ -462,8 +462,10 @@ cmVS7FlagTable cmLocalVisualStudio7GeneratorLinkFlagTable[] =
|
|
|
{"IgnoreAllDefaultLibraries", "NODEFAULTLIB", "ignore all default libs",
|
|
|
"TRUE", 0},
|
|
|
{"FixedBaseAddress", "FIXED:NO", "Generate a relocation section", "1", 0},
|
|
|
- {"FixedBaseAddress", "FIXED", "Image must be loaded at a fixed address", "2", 0},
|
|
|
- {"EnableCOMDATFolding", "OPT:NOICF", "Do not remove redundant COMDATs", "1", 0},
|
|
|
+ {"FixedBaseAddress", "FIXED", "Image must be loaded at a fixed address",
|
|
|
+ "2", 0},
|
|
|
+ {"EnableCOMDATFolding", "OPT:NOICF", "Do not remove redundant COMDATs",
|
|
|
+ "1", 0},
|
|
|
{"EnableCOMDATFolding", "OPT:ICF", "Remove redundant COMDATs", "2", 0},
|
|
|
{"OptimizeReferences", "OPT:NOREF", "Keep unreferenced data", "1", 0},
|
|
|
{"OptimizeReferences", "OPT:REF", "Eliminate unreferenced data", "2", 0},
|