Index: build/internal/release_impl_official.scons |
=================================================================== |
--- build/internal/release_impl_official.scons (revision 6392) |
+++ build/internal/release_impl_official.scons (working copy) |
@@ -28,6 +28,9 @@ |
'/GT', # VCCLCompilerTool.EnableFiberSafeOptimizations="true" |
'/GL', # VCCLCompilerTool.WholeProgramOptimization="true" |
], |
+ CPPDEFINES = [ |
+ 'OFFICIAL_BUILD', |
sgk
2008/12/11 21:54:39
Nit: Google Python style is to indent this four s
|
+ ], |
LINKFLAGS = [ |
'/LTCG', # VCLinkerTool.LinkTimeCodeGeneration="1" |
], |