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

Unified Diff: Source/core/core.gyp

Issue 1193453003: Remove now-unnecessary setting of /bigobj (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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: Source/core/core.gyp
diff --git a/Source/core/core.gyp b/Source/core/core.gyp
index 1c7ab85472a2c2acea0f4a74200c726efe48d9da..531892782253d25b8915450fbbbc0e2e4b6a6b8e 100644
--- a/Source/core/core.gyp
+++ b/Source/core/core.gyp
@@ -799,15 +799,6 @@
'-lm -lstdc++',
],
}],
- # Enable bigobj to fix fatal error C1128: number of sections
- # exceeded object file format limit while compiling Document.cpp.
- ['OS=="win" and target_arch=="x64"', {
- 'msvs_settings': {
- 'VCCLCompilerTool': {
- 'AdditionalOptions': ['/bigobj'],
- },
- },
- }],
['OS=="win" and chromium_win_pch==1', {
'sources/': [
['include', '<(DEPTH)/third_party/WebKit/Source/build/win/Precompile.cpp'],
« 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