diff options
author | bungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2011-10-03 19:36:51 +0000 |
---|---|---|
committer | bungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2011-10-03 19:36:51 +0000 |
commit | 983297e813d68cd3fdbd39fb3543cb5439b228ce (patch) | |
tree | 18d553f2b4dfa683099aebc975be707fd1db68a2 /gyp | |
parent | 5676b4a23a190b9a0e2f4d803fe17dbfa47caf7e (diff) |
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
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/common_conditions.gypi | 3 |
1 files changed, 3 insertions, 0 deletions
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 + }, }, }, }, |