Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / man / mono-cil-strip.1
1 .TH "mono-cil-strip" 1
2 .SH NAME
3 Mono CIL strip
4 .SH SYNOPSIS
5 .B mono-cil-strip assembly [output-assembly]
6 .SH DESCRIPTION
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.
11 .SH COPYRIGHT
12 Copyright (C) 2008 Novell, Inc (http://www.novell.com)
13 .SH MAILING LISTS
14 Mailing lists are listed at http://www.mono-project.com/community/help/mailing-lists/
15 .SH LICENSE
16 mono-cil-strip is licensed under the MIT/X11 license. Please read the accompayning
17 MIT.X11 file for details.
18 .SH SEE ALSO
19 .BR monolinker(1),mkbundle(1),mono(1),mcs(1).