mirror of
https://github.com/TokTok/c-toxcore
synced 2026-08-22 03:20:08 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user