aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2011-06-20 09:41:11 +0200
committermarha <marha@users.sourceforge.net>2011-06-20 09:41:11 +0200
commit2fcbb7316a41857c67cd6bd1667853a2ff6b2fb9 (patch)
tree6436cf25fa8c9d7126f2c02af38d5c6e4c33dd2f
parent6dbcc9a627a91ad8ef03f5074a4fc3c726cdfd80 (diff)
downloadvcxsrv-2fcbb7316a41857c67cd6bd1667853a2ff6b2fb9.tar.gz
vcxsrv-2fcbb7316a41857c67cd6bd1667853a2ff6b2fb9.tar.bz2
vcxsrv-2fcbb7316a41857c67cd6bd1667853a2ff6b2fb9.zip
Solved MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG
-rw-r--r--mesalib/windows/VC8/mesa/mesa/mesa.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj b/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj
index 6a361a229..6bdaf636d 100644
--- a/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj
+++ b/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj
@@ -71,6 +71,7 @@
</ResourceCompile>
<Lib>
<SuppressStartupBanner>true</SuppressStartupBanner>
+ <LinkTimeCodeGeneration>true</LinkTimeCodeGeneration>
</Lib>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">