Update README
authorMiguel de Icaza <miguel@gnome.org>
Thu, 28 Aug 2008 05:05:08 +0000 (05:05 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Thu, 28 Aug 2008 05:05:08 +0000 (05:05 -0000)
svn path=/trunk/mcs/; revision=111786

mcs/README

index 164b69f4623f702e2ce5474cef095f898e387dc2..8bc968fd29d1157c605855181408a2a073492b88 100644 (file)
@@ -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
 ====================