summaryrefslogtreecommitdiffstats
path: root/third_party/libexif/libexif.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/libexif/libexif.gyp')
-rw-r--r--third_party/libexif/libexif.gyp10
1 files changed, 10 insertions, 0 deletions
diff --git a/third_party/libexif/libexif.gyp b/third_party/libexif/libexif.gyp
index efb1702..9a36098 100644
--- a/third_party/libexif/libexif.gyp
+++ b/third_party/libexif/libexif.gyp
@@ -91,6 +91,16 @@
4018, # size/unsigned mismatch
4267, # size_t -> ExifLong truncation on amd64
],
+ # As of VS 2013 Update 3, building this project with /analyze hits
+ # an internal compiler error on exif-entry.c. This halts the build
+ # and prevents subsequent analysis. Therefore, /analyze is
+ # disabled for this project. See this bug for details:
+ # https://connect.microsoft.com/VisualStudio/feedback/details/1014689/internal-compiler-error
+ 'msvs_settings': {
+ 'VCCLCompilerTool': {
+ 'AdditionalOptions!': [ '/analyze' ]
+ },
+ },
}],
],
},