Index: build/internal/release_impl_official.gypi |
=================================================================== |
--- build/internal/release_impl_official.gypi (revision 0) |
+++ build/internal/release_impl_official.gypi (revision 0) |
@@ -0,0 +1,21 @@ |
+{ |
+ 'includes': ['release_defaults.gypi'], |
+ 'defines': ['OFFICIAL_BUILD'], |
+ 'msvs_settings': { |
+ 'VCCLCompilerTool': { |
+ 'Optimization': '3', |
+ 'InlineFunctionExpansion': '2', |
+ 'EnableIntrinsicFunctions': 'true', |
+ 'FavorSizeOrSpeed': '2', |
+ 'OmitFramePointers': 'true', |
+ 'EnableFiberSafeOptimizations': 'true', |
+ 'WholeProgramOptimization': 'true', |
+ }, |
+ 'VCLibrarianTool': { |
+ 'AdditionalOptions': ['/ltcg'], |
+ }, |
+ 'VCLinkerTool': { |
+ 'LinkTimeCodeGeneration': '1', |
+ }, |
+ }, |
+} |