DescriptionWorkaround for pdb size being exceeded for Debug non-shared_library builds
Adds a stub library project that the main chrome dll depends on that creates a compilation pdb with the same name as the linking pdb that the main dll uses.
Compilation pdbs have a larger internal page size (that allows for larger total size) and the internal page size value isn't overwritten during linking. This indirectly allows the pdb size to grow past 1G up to 2G.
Requires gyp >= r1560.
BUG=170186
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=177255
Patch Set 1 #
Messages
Total messages: 8 (0 generated)
|