summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome_frame/chrome_frame.gyp11
1 files changed, 11 insertions, 0 deletions
diff --git a/chrome_frame/chrome_frame.gyp b/chrome_frame/chrome_frame.gyp
index 228e102..0d10cf2 100644
--- a/chrome_frame/chrome_frame.gyp
+++ b/chrome_frame/chrome_frame.gyp
@@ -520,6 +520,17 @@
},
},
},
+ 'Release': {
+ 'msvs_settings': {
+ 'VCCLCompilerTool': {
+ # It's now just too large! Since r85250 it triggers
+ # "browser.lib(host_content_settings_map.obj) : fatal error:
+ # LNK1000: Internal error during IMAGE::Pass2" during link.
+ # Disable optimization for now.
+ 'Optimization': '1',
+ },
+ },
+ },
},
}],
],