mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 12:49:50 -05:00
STYLE: fix line lenght
This commit is contained in:
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user