Descriptionclang/win: Stop disabling symbols by default in debug builds.
We disabled them a while ago because link.exe used to take a very long
time confronted with clang-cl's debug info. This is no longer the case:
content.dll links in about the same time with and without debug info now.
I measured that both full and incremental links of content.dll are
competitive (a bit faster even) for .obj files produces by clang-cl.exe
and cl.exe. (A bit under 6s with clang-cl, a bit over with cl.exe for
incremental links, a bit over 50s for full links with both.)
I built base_unittests with symbols and clicked around a bit in windbg,
and from a cursory glance debug info seems to be working.
(effectively reverts https://codereview.chromium.org/1816683002)
BUG=589977
Committed: https://crrev.com/c3a7d3e5ba10c401c3a46f334241f10b373f0f94
Cr-Commit-Position: refs/heads/master@{#410458}
Patch Set 1 #Patch Set 2 : foo #
Messages
Total messages: 15 (9 generated)
|