From 9b29327b40ab007dbbeb751ccd62bb1c3b917a08 Mon Sep 17 00:00:00 2001 From: Jnewbon <48688400+Jnewbon@users.noreply.github.com> Date: Wed, 26 Aug 2020 19:19:13 +0100 Subject: [PATCH] #6750 Change build type to debug to prevent optimization --- .github/workflows/job-sonarcloud.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/job-sonarcloud.yml b/.github/workflows/job-sonarcloud.yml index b5181263d1..055cdff7f5 100644 --- a/.github/workflows/job-sonarcloud.yml +++ b/.github/workflows/job-sonarcloud.yml @@ -45,7 +45,7 @@ jobs: export PATH=$HOME/.sonar/build-wrapper-linux-x86:$PATH mkdir build-release cd build-release - cmake -DCMAKE_BUILD_TYPE=Release -DENABLE_COVERAGE=ON .. + cmake -DCMAKE_BUILD_TYPE=Debug -DENABLE_COVERAGE=ON .. . ./version build-wrapper-linux-x86-64 --out-dir bw-output make -j