Commit 2c470b8ed72797b9fd9efe34b2e6403c5f088998
1 parent
a15d02bb
- dodanie opcji CMAKE_BUILD_TYPE jako ustawialnej z linii poleceń
git-svn-id: svn://svn.nlp.ipipan.waw.pl/morfeusz/trunk@318 ff4e3ee1-f430-4e82-ade0-24591c43f1fd
Showing
1 changed file
with
1 additions
and
1 deletions
README
... | ... | @@ -106,7 +106,7 @@ Customizing build process |
106 | 106 | Optional CMake variables: |
107 | 107 | |
108 | 108 | CMAKE_BUILD_TYPE - manually set build type (possible values Debug, Release, RelWithDebInfo and MinSizeRel). |
109 | -Set to Debug if you want to include debugging symbols. | |
109 | +Set to Debug if you want to include debugging symbols. Default value is "Release". | |
110 | 110 | |
111 | 111 | INPUT_TAGSET - tagset file |
112 | 112 | SEGMENT_RULES_FILE - segmentation rules file |
... | ... |