[MonoTouch] MonoTouch app size - how to reduce?
Miguel de Icaza
miguel at xamarin.com
Mon Oct 31 08:20:22 EDT 2011
> Sorry to be a complete newb, but how do I enable the linker for my
> assemblies? I can't find the option anywhere.
>
In the project options, you go to "iPhone Build" and you select one of the
options from "Linker Options"
The most common use is "Link SDK assemblies only", this leaves your code
unlinked, but your code is not likely to contain a lot of unused code.
You might also want to leave that setting to "Link SDK assemblies only",
because your user code might contains structures and classes that have
unused fields just for the sake of receiving and sending the data over web
services, xml serialization or some other rpc system.
Miguel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/monotouch/attachments/20111031/772e895c/attachment.html
More information about the MonoTouch
mailing list