From 983297e813d68cd3fdbd39fb3543cb5439b228ce Mon Sep 17 00:00:00 2001 From: "bungeman@google.com" Date: Mon, 3 Oct 2011 19:36:51 +0000 Subject: Roll gyp and add librarian settings (now supported). http://codereview.appspot.com/5169048/ git-svn-id: http://skia.googlecode.com/svn/trunk@2397 2bbb7eff-a529-9590-31e7-b0007b416f81 --- gyp/common_conditions.gypi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gyp') diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi index 9ea490ee35..e2accd762e 100644 --- a/gyp/common_conditions.gypi +++ b/gyp/common_conditions.gypi @@ -64,6 +64,9 @@ 'GenerateDebugInformation': 'true', # /DEBUG 'LinkTimeCodeGeneration': '1', # useLinkTimeCodeGeneration /LTCG }, + 'VCLibrarianTool': { + 'LinkTimeCodeGeneration': 'true', # useLinkTimeCodeGeneration /LTCG + }, }, }, }, -- cgit v1.2.3