[Mono.Security] Adjust test after EKU fix
[mono-project.git] / man / mono-cil-strip.1
blob917f3153d7b93b0c90208655187e713ca2849152
1 .TH "mono-cil-strip" 1
2 .SH NAME
3 Mono CIL strip
4 .SH SYNOPSIS
5 .B mono-cil-strip [options] 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 OPTIONS
12 The following options are available:
13 .TP
14 .I "-q"
15 Only output errors.
16 .SH COPYRIGHT
17 Copyright (C) 2008 Novell, Inc (http://www.novell.com)
18 .SH MAILING LISTS
19 Mailing lists are listed at http://www.mono-project.com/community/help/mailing-lists/
20 .SH LICENSE
21 mono-cil-strip is licensed under the MIT/X11 license. Please read the accompayning
22 MIT.X11 file for details.
23 .SH SEE ALSO
24 .BR monolinker (1),
25 .BR mkbundle (1),
26 .BR mono (1),
27 .BR mcs (1)