diff options
Diffstat (limited to 'other')
-rwxr-xr-x | other/travis/toxcore-script | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/other/travis/toxcore-script b/other/travis/toxcore-script index 196fd76e..6cf544ed 100755 --- a/other/travis/toxcore-script +++ b/other/travis/toxcore-script | |||
@@ -12,7 +12,7 @@ git diff --exit-code | |||
12 | 12 | ||
13 | # Build toxcore and run tests. | 13 | # Build toxcore and run tests. |
14 | export CFLAGS="-O3 -fprofile-arcs -ftest-coverage -DTRAVIS_ENV=1" | 14 | export CFLAGS="-O3 -fprofile-arcs -ftest-coverage -DTRAVIS_ENV=1" |
15 | RUN $CMAKE -B$BUILD_DIR -H. -DCMAKE_INSTALL_PREFIX:PATH=$PREFIX -DLOGGING=ON -DDEBUG=ON | 15 | RUN $CMAKE -B$BUILD_DIR -H. -DCMAKE_INSTALL_PREFIX:PATH=$PREFIX -DLOGGING=ON -DDEBUG=ON -DASSOC_DHT=ON |
16 | 16 | ||
17 | export CTEST_OUTPUT_ON_FAILURE=1 | 17 | export CTEST_OUTPUT_ON_FAILURE=1 |
18 | 18 | ||