5 .B mono-cil-strip [options] 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 The following options are available:
17 Copyright (C) 2008 Novell, Inc (http://www.novell.com)
19 Mailing lists are listed at http://www.mono-project.com/community/help/mailing-lists/
21 mono-cil-strip is licensed under the MIT/X11 license. Please read the accompayning
22 MIT.X11 file for details.
24 .BR monolinker(1),mkbundle(1),mono(1),mcs(1).