aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Mike Klein <mtklein@google.com>2014-07-15 18:39:49 -0400
committerGravatar Mike Klein <mtklein@google.com>2014-07-15 18:39:49 -0400
commitf7e51ea79e771533ff44f3c09a0bb01af0298b38 (patch)
tree920ae3aca6b8cdd37841a6e9bbce6acf2e336203
parente3631364e93ee9164f3ce322778d5a50c33f63a6 (diff)
Disable LTCG for nanobench.
NOTREECHECKS=true BUG=skia: R=mtklein@google.com Review URL: https://codereview.chromium.org/393953006
-rw-r--r--gyp/bench.gyp3
1 files changed, 3 insertions, 0 deletions
diff --git a/gyp/bench.gyp b/gyp/bench.gyp
index 661840301c..86fb1dfbad 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' } },
},
],
}