This time, make sure the object for disabling XSave support in msvcr can't be dropped by the linker.
This commit is contained in:
Shawn Hoffman
2014-05-27 13:41:19 -07:00
parent f5e1dee230
commit 58bcc3d12a
2 changed files with 30 additions and 26 deletions

View File

@ -106,6 +106,11 @@
<OptimizeReferences>true</OptimizeReferences>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
</Link>
<!--Link Base:Application-->
<Link Condition="'$(ConfigurationType)'=='Application'">
<!--See Common/EnableXSaveWorkaround.cpp-->
<ForceSymbolReferences>XSaveWorkaround</ForceSymbolReferences>
</Link>
<Lib>
<TreatLibWarningAsErrors>true</TreatLibWarningAsErrors>
<LinkTimeCodeGeneration Condition="'$(DolphinRelease)'=='true'">true</LinkTimeCodeGeneration>