From cebf64a588039c202880659a85d070126bcc68da Mon Sep 17 00:00:00 2001 From: iphydf Date: Mon, 15 Aug 2016 22:07:49 +0100 Subject: Split toxcore into layers. This allows us to more clearly define interfaces between modules, and have the linker help us ensure that module boundaries are respected. The onion/tcp/net_crypto layer is a bit too large. This is due to a cyclic dependency (onion -> net_crypto -> TCP -> onion). We may or may not want to break that cycle in the future to allow the onion library to exist on its own without net_crypto. --- other/travis/toxcore-script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'other/travis/toxcore-script') diff --git a/other/travis/toxcore-script b/other/travis/toxcore-script index ed9377fe..20ad6d8e 100755 --- a/other/travis/toxcore-script +++ b/other/travis/toxcore-script @@ -12,7 +12,7 @@ git diff --exit-code # Build toxcore and run tests. export CFLAGS="-O0 -Wall -Wextra -fprofile-arcs -ftest-coverage -DTRAVIS_ENV=1" -RUN $CMAKE -B$BUILD_DIR -H. -DCMAKE_INSTALL_PREFIX:PATH=$PREFIX +RUN $CMAKE -B$BUILD_DIR -H. -DCMAKE_INSTALL_PREFIX:PATH=$PREFIX -DLOGGING=ON export CTEST_OUTPUT_ON_FAILURE=1 -- cgit v1.2.3