logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Mono CIL strip

Description

       mono-cil-strip  is a tool which takes an assembly, and empty its method bodies.  This is useful to reduce
       an assembly size when an assembly has already been compiled using Mono's Ahead Of  Time  compiler  (AOT),
       where the CIL code is no longer necessary, but the metadata still is.

License

       mono-cil-strip  is  licensed  under  the  MIT/X11  license. Please read the accompayning MIT.X11 file for
       details.

Mailing Lists

Name

       Mono CIL strip

Options

       The following options are available:

       -q     Only output errors.

See Also

monolinker(1),mkbundle(1),mono(1),mcs(1).mono-cil-strip(1)

Synopsis

mono-cil-strip[options]assembly[output-assembly]

See Also