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

Unified Diff: gyp/bench.gyp

Issue 393953006: Disable LTCG for nanobench. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/bench.gyp
diff --git a/gyp/bench.gyp b/gyp/bench.gyp
index 661840301c9d063edbc5c166045593b117c550b8..86fb1dfbada9bc1bbb20d8d78e6f84dc173d58d0 100644
--- a/gyp/bench.gyp
+++ b/gyp/bench.gyp
@@ -48,6 +48,9 @@
'tools.gyp:crash_handler',
'tools.gyp:timer',
],
+
+ # Experiment to see if LTCG is the key difference leading to Windows infinite loops.
+ 'msvs_settings': { 'VCLinkerTool': { 'LinkTimeCodeGeneration': '0' } },
},
],
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698