DescriptionAdd /Zc:sizedDealloc- to work around VS 2015 bug
VS 2015's support for VC++ 14 sized deallocs causes __global_delete
to be exported from many object files, causing obscure and hard to
track linker errors.
The best workaround, as suggested here:
https://connect.microsoft.com/VisualStudio/feedback/details/1379741/-global-delete-function-is-inconsistently-generated
Is to use /Zc:sizedDealloc- to disable the new C++14 feature support
that is triggering this behavior change.
R=scottmg@chromium.org
BUG=526851
Committed: https://crrev.com/690f7eab5ea2a2a7abb33100a37e5526947b1f22
Cr-Commit-Position: refs/heads/master@{#346671}
Patch Set 1 #Patch Set 2 : Adding gn support. #
Total comments: 2
Patch Set 3 : Add periods to comments. #Patch Set 4 : Add check for Windows #Patch Set 5 : Fix sloppy typo. #Messages
Total messages: 16 (4 generated)
|