From 2c470b8ed72797b9fd9efe34b2e6403c5f088998 Mon Sep 17 00:00:00 2001
From: Michał Lenart <michall@ipipan.waw.pl>
Date: Mon, 15 Sep 2014 11:06:29 +0000
Subject: [PATCH] - dodanie opcji CMAKE_BUILD_TYPE jako ustawialnej z linii poleceń

---
 README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README b/README
index 2dab9c0..e06d8da 100644
--- a/README
+++ b/README
@@ -106,7 +106,7 @@ Customizing build process
 Optional CMake variables:
 
 CMAKE_BUILD_TYPE - manually set build type (possible values Debug, Release, RelWithDebInfo and MinSizeRel). 
-Set to Debug if you want to include debugging symbols.
+Set to Debug if you want to include debugging symbols. Default value is "Release".
 
 INPUT_TAGSET - tagset file
 SEGMENT_RULES_FILE - segmentation rules file
--
libgit2 0.22.2