mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 21:58:48 +00:00
Redo commit 932945d480
This time, make sure the object for disabling XSave support in msvcr can't be dropped by the linker.
This commit is contained in:
parent
f5e1dee230
commit
58bcc3d12a
2 changed files with 30 additions and 26 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue