Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2005-10-09 06:14:06 +0400
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2005-10-09 06:14:06 +0400
commit18123dbc128e76893825d8e4257c1d46b4dbd2d4 (patch)
tree81f8cb58db71bb4de6d15bb35e9c9a64a25713be /man/mkbundle.1
parent98e81fcdb63c1a8f1ca3bb2ed80fe9a27549ab12 (diff)
added -z option
svn path=/trunk/mono/; revision=51486
Diffstat (limited to 'man/mkbundle.1')
-rw-r--r--man/mkbundle.15
1 files changed, 5 insertions, 0 deletions
diff --git a/man/mkbundle.1 b/man/mkbundle.1
index b226eabfcba..dec60d9111f 100644
--- a/man/mkbundle.1
+++ b/man/mkbundle.1
@@ -82,6 +82,11 @@ causes it to statically link instead.
.TP
.I "--config-dir DIR"
When passed, DIR will be set for the MONO_CFG_DIR environment variable
+.TP
+.I "-z"
+Compresses the assemblies before embedding. This results in smaller
+executable files, but increases startup time and requires zlib to be
+installed on the target system.
.SH FILES
This program will load referenced assemblies from the Mono assembly
cache.