mirror of https://gitee.com/bigwinds/arangodb
added -DCMAKE_BUILD_TYPE=Release
This commit is contained in:
parent
3a0ea3aecd
commit
a58326cf6e
|
@ -11,13 +11,13 @@ warning:
|
|||
@echo ""
|
||||
@echo " mkdir build"
|
||||
@echo " cd build"
|
||||
@echo " cmake .."
|
||||
@echo " cmake .. -DCMAKE_BUILD_TYPE=Release"
|
||||
@echo " make"
|
||||
@echo ""
|
||||
@echo "MacOS users:"
|
||||
@echo " Please use OPENSSL from homebrew and use"
|
||||
@echo ""
|
||||
@echo " cmake .. -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl"
|
||||
@echo " cmake .. -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl -DCMAKE_BUILD_TYPE=Release"
|
||||
@echo ""
|
||||
@echo " Note that some versions of Apple's clang have severe performance"
|
||||
@echo " issues. Use GCC5 from homebrew in this case."
|
||||
|
|
Loading…
Reference in New Issue