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

Unified Diff: build/internal/release_impl_official.scons

Issue 13089: Fix syntax errors in _official and _dom_stats.scons. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years 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 | « build/internal/release_impl_dom_stats.scons ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/internal/release_impl_official.scons
===================================================================
--- build/internal/release_impl_official.scons (revision 6274)
+++ build/internal/release_impl_official.scons (working copy)
@@ -27,7 +27,7 @@
'/Ox', # VCCLCompilerTool.OmitFramePointers="true"
'/GT', # VCCLCompilerTool.EnableFiberSafeOptimizations="true"
'/GL', # VCCLCompilerTool.WholeProgramOptimization="true"
- ]
+ ],
LINKFLAGS = [
'/LTCG', # VCLinkerTool.LinkTimeCodeGeneration="1"
],
« no previous file with comments | « build/internal/release_impl_dom_stats.scons ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698