summaryrefslogtreecommitdiff
path: root/other/travis/toxcore-script
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2016-11-05 20:24:36 +0000
committeriphydf <iphydf@users.noreply.github.com>2016-11-06 12:19:34 +0000
commit7b6b47a610920e8911a80f4fc261c4b242279cdc (patch)
tree8a306f8ebcab78d6acfd790e172bc5db0240aafc /other/travis/toxcore-script
parentcf94537266a97a7f5309fdb2c566b2ac4860fa9a (diff)
Enable address sanitizer on the cmake build.
Diffstat (limited to 'other/travis/toxcore-script')
-rwxr-xr-xother/travis/toxcore-script4
1 files changed, 2 insertions, 2 deletions
diff --git a/other/travis/toxcore-script b/other/travis/toxcore-script
index 88a927b6..06e76f12 100755
--- a/other/travis/toxcore-script
+++ b/other/travis/toxcore-script
@@ -10,13 +10,13 @@ RUN $CMAKE \
10 -B$BUILD_DIR \ 10 -B$BUILD_DIR \
11 -H. \ 11 -H. \
12 -DCMAKE_INSTALL_PREFIX:PATH=$CURDIR/_install \ 12 -DCMAKE_INSTALL_PREFIX:PATH=$CURDIR/_install \
13 -DASAN=ON \
13 -DASSOC_DHT=ON \ 14 -DASSOC_DHT=ON \
14 -DDEBUG=ON \ 15 -DDEBUG=ON \
15 -DSTRICT_ABI=ON \ 16 -DSTRICT_ABI=ON \
16 -DTEST_TIMEOUT_SECONDS=300 \ 17 -DTEST_TIMEOUT_SECONDS=300 \
17 -DTRACE=ON \ 18 -DTRACE=ON \
18 $CMAKE_EXTRA_FLAGS \ 19 $CMAKE_EXTRA_FLAGS
19 #-DASAN=ON
20 20
21export CTEST_OUTPUT_ON_FAILURE=1 21export CTEST_OUTPUT_ON_FAILURE=1
22 22