From 7b6b47a610920e8911a80f4fc261c4b242279cdc Mon Sep 17 00:00:00 2001 From: iphydf Date: Sat, 5 Nov 2016 20:24:36 +0000 Subject: Enable address sanitizer on the cmake build. --- other/travis/toxcore-script | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'other/travis/toxcore-script') 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 \ -B$BUILD_DIR \ -H. \ -DCMAKE_INSTALL_PREFIX:PATH=$CURDIR/_install \ + -DASAN=ON \ -DASSOC_DHT=ON \ -DDEBUG=ON \ -DSTRICT_ABI=ON \ -DTEST_TIMEOUT_SECONDS=300 \ -DTRACE=ON \ - $CMAKE_EXTRA_FLAGS \ - #-DASAN=ON + $CMAKE_EXTRA_FLAGS export CTEST_OUTPUT_ON_FAILURE=1 -- cgit v1.2.3