Disable LTCG for nanobench.

NOTREECHECKS=true

BUG=skia:
R=mtklein@google.com

Review URL: https://codereview.chromium.org/393953006
diff --git a/gyp/bench.gyp b/gyp/bench.gyp
index 6618403..86fb1df 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' } },
     },
   ],
 }