mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08: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:
parent
83f525886a
commit
7dab0400a8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user