[MonoTouch] Is default linker behavior in MonoDevelop/MonoTouch 1.2 now --nolink?
Michael Hutchinson
m.j.hutchinson at gmail.com
Wed Oct 28 17:08:30 EDT 2009
On Wed, Oct 28, 2009 at 2:33 PM, Ed Anuff <ed at anuff.com> wrote:
> What are the new Linker Behavior options? The default appears to now
> be "Don't Link". Is this the equivelent of the --nolink option and is
> that now the default recommended setting for the linker? I thought
> that was only the recommendation to avoid certain bugs or is the idea
> to now start with that and then only go to "Link all assemblies" when
> the project appears to be otherwise working?
The default is "don't link" for simulator, to improve the build time
for simulator.
For device, it defaults to "link sdk only" to make things easier, so
that you don't have to worry about [Preserve] etc on your own code.
--
Michael Hutchinson
http://mjhutchinson.com
More information about the MonoTouch
mailing list