We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a66fb7 commit 03a2ffcCopy full SHA for 03a2ffc
1 file changed
eng/illink.targets
@@ -83,8 +83,6 @@
83
<ILLinkArgs>$(ILLinkArgs) --skip-unresolved true</ILLinkArgs>
84
<!-- keep interface implementations -->
85
<ILLinkArgs>$(ILLinkArgs) --disable-opt unusedinterfaces</ILLinkArgs>
86
- <!-- disable optimization to unblock dependencies bump -->
87
- <ILLinkArgs>$(ILLinkArgs) --disable-opt ipconstprop</ILLinkArgs>
88
<!-- keep PreserveDependencyAttribute unless a project explicitly disables it -->
89
<ILLinkArgs Condition="'$(ILLinkKeepDepAttributes)' != 'false'">$(ILLinkArgs) --keep-dep-attributes true</ILLinkArgs>
90
</PropertyGroup>
0 commit comments