Revert accidentally changed msvs settings in r8764.
authorbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 22 Apr 2013 14:56:50 +0000 (14:56 +0000)
committerbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 22 Apr 2013 14:56:50 +0000 (14:56 +0000)
git-svn-id: http://skia.googlecode.com/svn/trunk@8800 2bbb7eff-a529-9590-31e7-b0007b416f81

gyp/common_conditions.gypi

index 3ebe8eb..feb364f 100644 (file)
@@ -62,7 +62,7 @@
               'VCCLCompilerTool': {
                 'DebugInformationFormat': '3',      # programDatabase (/Zi)
                 'Optimization': '3',                # full (/Ox)
-#'WholeProgramOptimization': 'true', #/GL
+                'WholeProgramOptimization': 'true', #/GL
                # Changing the floating point model requires rebaseling gm images
                #'FloatingPointModel': '2',          # fast (/fp:fast)
                 'FavorSizeOrSpeed': '1',            # speed (/Ot)
               },
               'VCLinkerTool': {
                 'GenerateDebugInformation': 'true', # /DEBUG
-#'LinkTimeCodeGeneration': '1',      # useLinkTimeCodeGeneration /LTCG
+                'LinkTimeCodeGeneration': '1',      # useLinkTimeCodeGeneration /LTCG
               },
               'VCLibrarianTool': {
-#                'LinkTimeCodeGeneration': 'true',   # useLinkTimeCodeGeneration /LTCG
+                'LinkTimeCodeGeneration': 'true',   # useLinkTimeCodeGeneration /LTCG
               },
             },
           },