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

Unified Diff: third_party/mesa/mesa.gyp

Issue 1833263002: Disable incremental linking for gn osmesa (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/mesa/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/mesa/mesa.gyp
diff --git a/third_party/mesa/mesa.gyp b/third_party/mesa/mesa.gyp
index 367e5ec3da3156c153f7559b9e4ea5aea3d47e96..17a9b34f2a56ccdd1e729b55344be79329eddd15 100644
--- a/third_party/mesa/mesa.gyp
+++ b/third_party/mesa/mesa.gyp
@@ -686,6 +686,13 @@
},
'conditions': [
['OS=="win"', {
+ 'variables': {
+ # Disable incremental linking for all modules to avoid linker crash.
+ # TODO(brucedawson) : remove when crbug.com/482671 is resolved by
+ # Microsoft.
+ # 0: inherit, 1: disabled, 2: enabled.
+ 'msvs_debug_link_incremental': '1',
scottmg 2016/03/29 17:03:43 I don't know what that variable is supposed to do.
+ },
'defines': [
'BUILD_GL32',
'KEYWORD1=GLAPI',
« no previous file with comments | « third_party/mesa/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698