Add configure flag for excluding libprofiler
This commit is contained in:
parent
074a7884aa
commit
7a71d91fb6
3 changed files with 17 additions and 6 deletions
|
|
@ -11,10 +11,14 @@ if [ "$1" == "-h" ]; then
|
|||
|
||||
Variables:
|
||||
|
||||
-D USE_BOOST_REGEX - Use boost regex library for tests, not the built-in regex
|
||||
library. This is useful when linking against an older
|
||||
version of the standard library. libboost_regex must be
|
||||
installed.
|
||||
-D USE_BOOST_REGEX=true
|
||||
Use boost regex library for tests, not the built-in regex library. This is
|
||||
useful when linking against an older version of the standard library.
|
||||
libboost_regex must be installed.
|
||||
|
||||
-D USE_LIBPROFILER=false
|
||||
Don't link libprofiler into the test binaries. This flag is needed on systems
|
||||
where libprofiler (from the google-perftools package) is not installed.
|
||||
|
||||
HELP
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue