1
0
Fork 0

added -DCMAKE_BUILD_TYPE=Release

This commit is contained in:
Frank Celler 2016-04-16 22:32:20 -07:00
parent 3a0ea3aecd
commit a58326cf6e
1 changed files with 2 additions and 2 deletions

View File

@ -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."