diff options
author | marha <marha@users.sourceforge.net> | 2011-06-20 09:41:11 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-06-20 09:41:11 +0200 |
commit | 2fcbb7316a41857c67cd6bd1667853a2ff6b2fb9 (patch) | |
tree | 6436cf25fa8c9d7126f2c02af38d5c6e4c33dd2f /mesalib/windows/VC8 | |
parent | 6dbcc9a627a91ad8ef03f5074a4fc3c726cdfd80 (diff) | |
download | vcxsrv-2fcbb7316a41857c67cd6bd1667853a2ff6b2fb9.tar.gz vcxsrv-2fcbb7316a41857c67cd6bd1667853a2ff6b2fb9.tar.bz2 vcxsrv-2fcbb7316a41857c67cd6bd1667853a2ff6b2fb9.zip |
Solved MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG
Diffstat (limited to 'mesalib/windows/VC8')
-rw-r--r-- | mesalib/windows/VC8/mesa/mesa/mesa.vcxproj | 1 |
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'">
|