[Mono-list] Using mono aot / aot-full compilation: nothing appears to happen?
Robert Jordan
robertj at gmx.net
Mon Nov 7 14:32:10 EST 2011
On 07.11.2011 19:34, applepi wrote:
>
>
> I'd not seen mkbundle. I'll have to look into that as well.. this is going
> into proprietary code for a customer and I'm not as brushed up on how all of
> the GPL/LGPL restrictions affect that as I should be, so I'll have to dig
> into that somewhat.
You should dig into that as soon as possible, because both
'--aot=full' and 'mkbundle --static' require that you code
is licensed under the LGPL.
> What's the difference between --aot=full and mkbundle? --aot=full looked
> like it should produce a single binary as well..
Mkbundle does not AOT-compile. It's bundling the runtime together
with your assemblies and their dependencies into a fat binary.
--aot=full is an experimental feature.
Robert
More information about the Mono-list
mailing list