From 33540749b244cb741c3e890771b2363e5a6d5f99 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Tue, 6 Nov 2018 06:37:55 -0500 Subject: [PATCH] CI: switch to debug builds --- ci/travis-config.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/travis-config.sh b/ci/travis-config.sh index 85e6a9790..260c4b78c 100644 --- a/ci/travis-config.sh +++ b/ci/travis-config.sh @@ -5,6 +5,7 @@ # This file is sourced by travis.sh, and exports the variables # to the environment. CMAKE_ARGS="\ + -DCMAKE_BUILD_TYPE=Debug \ -DWEBVIEW_FORCE_WEBKIT=1 \ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ -DWITH_PYTHONQT=OFF"