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
path: root/man/mcs.1
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2005-02-18 21:06:02 +0300
committerMiguel de Icaza <miguel@gnome.org>2005-02-18 21:06:02 +0300
commite14a18d565159b4650d0a53ade37dc431c7691a6 (patch)
treed1a52e0e5bd843fdea0d615ed40f094bcc44d54c /man/mcs.1
parent22aabe401985d22ca03c13ca1c7e7404682d6697 (diff)
Update
svn path=/trunk/mono/; revision=40873
Diffstat (limited to 'man/mcs.1')
-rwxr-xr-xman/mcs.15
1 files changed, 5 insertions, 0 deletions
diff --git a/man/mcs.1 b/man/mcs.1
index c3f9484b17a..371881a0ef2 100755
--- a/man/mcs.1
+++ b/man/mcs.1
@@ -146,6 +146,11 @@ compiler by default has references to the system assemblies.
Makes the compiler ignore warnings specified in the comma-separeted
list WARNLIST>
.TP
+.I -optimize, -optimize+, -optimize-
+Controls whether to perform optimizations on the code. -optimize and
+-optimize+ will turn on optimizations, -optimize- will turn it off.
+The default in mcs is to optimize+.
+.TP
.I -out:FNAME, -o FNAME
Names the output file to be generated.
.TP