5 .B mono-cil-strip assembly [output-assembly]
7 mono-cil-strip is a tool which takes an assembly, and empty its method bodies.
8 This is useful to reduce an assembly size when an assembly has already been
9 compiled using Mono's Ahead Of Time compiler (AOT), where the CIL code is no
10 longer necessary, but the metadata still is.
12 Copyright (C) 2008 Novell, Inc (http://www.novell.com)
14 Mailing lists are listed at http://www.mono-project.com/community/help/mailing-lists/
16 mono-cil-strip is licensed under the MIT/X11 license. Please read the accompayning
17 MIT.X11 file for details.
19 .BR monolinker(1),mkbundle(1),mono(1),mcs(1).