Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(294)

Unified Diff: third_party/yasm/README.chromium

Issue 657883003: Disable /analyze for the libexif and yasm projects to hack around internal compiler errors (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Wrapping comments at column 80 Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/libexif/libexif.gyp ('k') | third_party/yasm/yasm.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/yasm/README.chromium
diff --git a/third_party/yasm/README.chromium b/third_party/yasm/README.chromium
index 8226f8b9c1de745201175c32a8cc90159a79da0f..56513f7631c040d8c8db45e6a3a925ce5c9a8312 100644
--- a/third_party/yasm/README.chromium
+++ b/third_party/yasm/README.chromium
@@ -135,4 +135,7 @@ Instructions for recreating the yasm.gyp file.
default. The yasm.gyp build patches this file before invoking it to
allow specifying an output directory.
- 10) If all that's is finished, attempt to build....and cross your fingers.
+ 10) Recreate the 'AdditionalOptions!': [ '/analyze' ] block so that VC++
+ /analyze builds won't fail.
+
+ 11) If all that's is finished, attempt to build....and cross your fingers.
« no previous file with comments | « third_party/libexif/libexif.gyp ('k') | third_party/yasm/yasm.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698