1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-04-18 10:24:01 +03:00

Added WSREP_LIB_STRICT_BUILD_FLAGS and WSREP_LIB_MAINTAINER_MODE to README.md

This commit is contained in:
Teemu Ollakka 2019-01-24 18:15:13 +02:00
parent 2e4cebb9e9
commit 136767ae04

View File

@ -40,4 +40,7 @@ In order to build the library, run
* WSREP_LIB_WITH_DOCUMENTATION - Generate documentation, requires Doxygen
(default OFF)
* WSREP_LIB_WITH_COVERAGE - Compile with coverage instrumentation (default OFF)
* WSREP_LIB_STRICT_BUILD_FLAGS - Compile with strict build flags, currently
enables -Weffc++ (default OFF)
* WSREP_LIB_MAINTAINER_MODE - Make every compiler warning to be treated
as error, enables -Werror compiler flag (default OFF)