Disable /analyze for the libexif and yasm projects to hack around internal compiler...
commit5fb6274c6cd7d57421799bf7ac90991fbcbd7d22
authorbrucedawson <brucedawson@chromium.org>
Sat, 1 Nov 2014 08:46:38 +0000 (1 01:46 -0700)
committerCommit bot <commit-bot@chromium.org>
Sat, 1 Nov 2014 08:47:00 +0000 (1 08:47 +0000)
tree269a22f0c7d0ccac507414e960e73b60f077e246
parentcaf53360684a4617f2239cfbe51f7acfe0aeca58
Disable /analyze for the libexif and yasm projects to hack around internal compiler errors

VC++ hits internal compiler errors on a source file in each of yasm and
libexif. This halts the build and prevents full analysis. Therefore this
change disables /analyze for those two projects, to increase total
coverage.

Also fix a typo in libexif's README.chromium

BUG=427616

Review URL: https://codereview.chromium.org/657883003

Cr-Commit-Position: refs/heads/master@{#302381}
third_party/libexif/README.chromium
third_party/libexif/libexif.gyp
third_party/yasm/README.chromium
third_party/yasm/yasm.gyp