STYLE: fix line lenght
This commit is contained in:
parent
7025f91f93
commit
fb24a4c881
@ -462,8 +462,10 @@ cmVS7FlagTable cmLocalVisualStudio7GeneratorLinkFlagTable[] =
|
|||||||
{"IgnoreAllDefaultLibraries", "NODEFAULTLIB", "ignore all default libs",
|
{"IgnoreAllDefaultLibraries", "NODEFAULTLIB", "ignore all default libs",
|
||||||
"TRUE", 0},
|
"TRUE", 0},
|
||||||
{"FixedBaseAddress", "FIXED:NO", "Generate a relocation section", "1", 0},
|
{"FixedBaseAddress", "FIXED:NO", "Generate a relocation section", "1", 0},
|
||||||
{"FixedBaseAddress", "FIXED", "Image must be loaded at a fixed address", "2", 0},
|
{"FixedBaseAddress", "FIXED", "Image must be loaded at a fixed address",
|
||||||
{"EnableCOMDATFolding", "OPT:NOICF", "Do not remove redundant COMDATs", "1", 0},
|
"2", 0},
|
||||||
|
{"EnableCOMDATFolding", "OPT:NOICF", "Do not remove redundant COMDATs",
|
||||||
|
"1", 0},
|
||||||
{"EnableCOMDATFolding", "OPT:ICF", "Remove redundant COMDATs", "2", 0},
|
{"EnableCOMDATFolding", "OPT:ICF", "Remove redundant COMDATs", "2", 0},
|
||||||
{"OptimizeReferences", "OPT:NOREF", "Keep unreferenced data", "1", 0},
|
{"OptimizeReferences", "OPT:NOREF", "Keep unreferenced data", "1", 0},
|
||||||
{"OptimizeReferences", "OPT:REF", "Eliminate unreferenced data", "2", 0},
|
{"OptimizeReferences", "OPT:REF", "Eliminate unreferenced data", "2", 0},
|
||||||
|
Loading…
Reference in New Issue
Block a user