DescriptionGenerate debug information by linker with win_z7=1 even if fastbuild=1
without this CL
fastbuild=1 => no debug information
win_z7=1 => debug information available (with /Z7)
fastbuild=1 win_z7 => *.obj has debug info, but linker doesn't generate debug info in *.exe. it would be useless, and just makes build slower
This CL makes win_z7 wins against fastbuild.
R=scottmg,arthurhsu
BUG=none
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=152953
Patch Set 1 #
Total comments: 4
Patch Set 2 : add comment #Messages
Total messages: 7 (0 generated)
|