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

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Geyer <debfx@fobos.de>2012-01-01 21:10:12 +0400
committerFelix Geyer <debfx@fobos.de>2012-01-01 21:10:12 +0400
commit6abe1e7af272aff3b89afc2821c53edc2fc1770a (patch)
treeb1b98b359ca6d057cd3caafe2a063184621f60c7
parent4cb8cffe3f1bd97c300d7c311ae68f4073e19fd3 (diff)
Document -DCMAKE_VERBOSE_MAKEFILE=ON in the INSTALL file.
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index f3907339e..7dc8fbfb2 100644
--- a/INSTALL
+++ b/INSTALL
@@ -2,7 +2,7 @@ Building:
=========
mkdir build
cd build
-cmake .. [-DCMAKE_INSTALL_PREFIX=/usr/local] [-DWITH_GUI_TESTS=ON]
+cmake .. [-DCMAKE_INSTALL_PREFIX=/usr/local] [-DCMAKE_VERBOSE_MAKEFILE=ON] [-DWITH_GUI_TESTS=ON]
make [-jX]
Installing: