Enable toxcore logging when building on Travis.

The logging code is rarely tested by users, so we use Travis to exercise it.
This commit is contained in:
iphydf 2016-07-07 20:53:49 +01:00
parent 83f525886a
commit 7dab0400a8
No known key found for this signature in database
GPG Key ID: 3855DBA2D74403C9

View File

@ -84,6 +84,7 @@ script:
--with-libsodium-libs=$CACHE_DIR/lib \
--with-libsodium-headers=$CACHE_DIR/include \
--enable-daemon \
--enable-logging \
--enable-ntox \
CFLAGS="-O0 -Wall -Wextra -fprofile-arcs -ftest-coverage"
- make