1mono-cil-strip(1) General Commands Manual mono-cil-strip(1)
2
3
4
6 Mono CIL strip
7
9 mono-cil-strip assembly [output-assembly]
10
12 mono-cil-strip is a tool which takes an assembly, and empty its method
13 bodies. This is useful to reduce an assembly size when an assembly has
14 already been compiled using Mono's Ahead Of Time compiler (AOT), where
15 the CIL code is no longer necessary, but the metadata still is.
16
18 Copyright (C) 2008 Novell, Inc (http://www.novell.com)
19
21 Mailing lists are listed at http://www.mono-project.com/commu‐
22 nity/help/mailing-lists/
23
25 mono-cil-strip is licensed under the MIT/X11 license. Please read the
26 accompayning MIT.X11 file for details.
27
29 monolinker(1),mkbundle(1),mono(1),mcs(1).
30
31
32
33 mono-cil-strip(1)