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:
authorMiguel de Icaza <miguel@gnome.org>2008-08-28 09:05:08 +0400
committerMiguel de Icaza <miguel@gnome.org>2008-08-28 09:05:08 +0400
commit185f1dde04cbb69859aaae84bb230f663f6313de (patch)
treeef52ee6c161b2012f9cee9082fab2532f4e52c2a /mcs/README
parentf6841069f59215bf587effbb90d07c65300c023e (diff)
Update README
svn path=/trunk/mcs/; revision=111786
Diffstat (limited to 'mcs/README')
-rw-r--r--mcs/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/mcs/README b/mcs/README
index 164b69f4623..8bc968fd29d 100644
--- a/mcs/README
+++ b/mcs/README
@@ -65,6 +65,11 @@ And to install:
make PROFILE=net_2_0 install
+To turn on verbose mode in the build (for example to diagnose a
+problem), you can use the V=1 flag, like this:
+
+ make PROFILE=net_2_0 V=1
+
* Running Unit tests
====================