Index: build/internal/release_defaults.scons |
=================================================================== |
--- build/internal/release_defaults.scons (revision 5880) |
+++ build/internal/release_defaults.scons (working copy) |
@@ -21,9 +21,13 @@ |
) |
if env.Bit('windows'): |
+ env.Replace( |
+ CHROMIUM_CC_OPT_FLAGS = [ |
+ '/O2', # VCCLCompilerTool.Optimization="2" |
+ ], |
+ ), |
env.Append( |
CCFLAGS = [ |
- '/O2', # VCCLCompilerTool.Optimization="2" |
'/GF', # VCCLCompilerTool.StringPooling="true" |
], |
LINKFLAGS = [ |