1
0
Fork 0

remove info about obsolete parameters from GNUmakefile (#5494)

This commit is contained in:
Jan 2018-05-30 12:50:46 +02:00 committed by GitHub
parent f708e46973
commit 9660dad86e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -50,8 +50,6 @@ help:
@echo "" @echo ""
@echo " -DUSE_BOOST_SYSTEM_LIBS=off" @echo " -DUSE_BOOST_SYSTEM_LIBS=off"
@echo " if ON, use the operating system Boost installation" @echo " if ON, use the operating system Boost installation"
@echo " -DUSE_BOOST_UNITTESTS=on"
@echo " if ON, use Boost unittest framework if this available"
@echo "" @echo ""
@echo "OPENSSL supports:" @echo "OPENSSL supports:"
@echo " -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl" @echo " -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl"
@ -61,10 +59,6 @@ help:
@echo " -DUSE_JEMALLOC=on" @echo " -DUSE_JEMALLOC=on"
@echo " if ON, link against JEMALLOC" @echo " if ON, link against JEMALLOC"
@echo "" @echo ""
@echo "TCMALLOC supports:"
@echo " -DUSE_TCMALLOC=on"
@echo " if ON, link against TCMALLOC"
@echo ""
@echo "V8 supports:" @echo "V8 supports:"
@echo " -DUSE_PRECOMPILED_V8=off" @echo " -DUSE_PRECOMPILED_V8=off"
@echo " if ON, use precompiled V8 libraries" @echo " if ON, use precompiled V8 libraries"