[mb-commits] r11098 - libmusicbrainz/trunk

root at musicbrainz.org root at musicbrainz.org
Tue Jan 20 23:17:43 UTC 2009


Author: luks
Date: 2009-01-20 23:17:43 +0000 (Tue, 20 Jan 2009)
New Revision: 11098

Modified:
   libmusicbrainz/trunk/INSTALL.txt
Log:
Add a hint how to build in the release mode

Modified: libmusicbrainz/trunk/INSTALL.txt
===================================================================
--- libmusicbrainz/trunk/INSTALL.txt	2009-01-20 20:57:29 UTC (rev 11097)
+++ libmusicbrainz/trunk/INSTALL.txt	2009-01-20 23:17:43 UTC (rev 11098)
@@ -44,6 +44,10 @@
 
    cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr .
 
+To disable debug messages, change the build type:
+
+   cmake -DCMAKE_BUILD_TYPE=Release .
+
 For overview of all available options use:
 
    cmake -L .




More information about the MusicBrainz-commits mailing list