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
+1
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