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" |
], |