aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar bungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-10-03 19:36:51 +0000
committerGravatar bungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-10-03 19:36:51 +0000
commit983297e813d68cd3fdbd39fb3543cb5439b228ce (patch)
tree18d553f2b4dfa683099aebc975be707fd1db68a2 /gyp
parent5676b4a23a190b9a0e2f4d803fe17dbfa47caf7e (diff)
Roll gyp and add librarian settings (now supported).
Diffstat (limited to 'gyp')
-rw-r--r--gyp/common_conditions.gypi3
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
+ },
},
},
},