From 9827c27a867badf2ec250ba3eef49fe8492c72cb Mon Sep 17 00:00:00 2001 From: spo Date: Tue, 8 Sep 2015 14:03:35 +0300 Subject: [PATCH] Improve linux scripts --- make.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/make.sh b/make.sh index 0909eb960..2b19c4102 100755 --- a/make.sh +++ b/make.sh @@ -9,6 +9,8 @@ if [ -f GCOV ]; then source env_lcov.sh CMAKE_ARGS="${CMAKE_ARGS} -DCMAKE_BUILD_TYPE=Debug" CMAKE_ARGS="${CMAKE_ARGS} -DUSE_TEST_COVERAGE=ON" +elif [ -f DEBUG ]; then + CMAKE_ARGS="${CMAKE_ARGS} -DCMAKE_BUILD_TYPE=Debug" else CMAKE_ARGS="${CMAKE_ARGS} -DCMAKE_BUILD_TYPE=Release" fi -- 2.39.2