Merge commit '8e87aecebf66f50957e35966c547d77a6fb526ab' into feature/update-dependencies

This commit is contained in:
Sergey Abramchuk
2019-10-12 15:50:03 +03:00
124 changed files with 3202 additions and 1291 deletions
@@ -25,11 +25,11 @@ else
fi
LIBS="${SSL_LIBS} -llz4"
CXXFLAGS="-O3 -std=c++11 -Wall -pthread \
CXXFLAGS="-O3 -std=c++14 -Wall -pthread \
-DOPENVPN_SHOW_SESSION_TOKEN -DHAVE_LZ4 \
-DUSE_ASIO -DASIO_STANDALONE -DASIO_NO_DEPRECATED ${SSL_CFLAGS}"
if [[ "${CC}" == "gcc"* ]]; then
if [ "${CC}" = "gcc" ]; then
CXXFLAGS="${CXXFLAGS} -fwhole-program -flto=4"
fi