From: Mark Abraham Date: Fri, 31 Jul 2020 08:33:34 +0000 (+0000) Subject: Release configs were using a wrong build type X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=commitdiff_plain;h=1cb19dc23dea47eada68c818ea1e7bf9013e29dc;p=alexxy%2Fgromacs.git Release configs were using a wrong build type (cherry picked from commit a2820e3e34abb71564edfd9dff63f7d29a562971) --- diff --git a/admin/gitlab-ci/gromacs.gitlab-ci.yml b/admin/gitlab-ci/gromacs.gitlab-ci.yml index 88eb93548c..0a62869f77 100644 --- a/admin/gitlab-ci/gromacs.gitlab-ci.yml +++ b/admin/gitlab-ci/gromacs.gitlab-ci.yml @@ -304,7 +304,7 @@ gromacs:gcc-6:release:configure: COMPILER_MAJOR_VERSION: 6 RELEASE_BUILD_DIR: release-builds-gcc CMAKE_EXTRA_OPTIONS: "-DGMX_BUILD_MDRUN_ONLY=ON" - CMAKE_BUILD_TYPE_OPTIONS : "-DCMAKE_BUILD_TYPE=RelWithDebug" + CMAKE_BUILD_TYPE_OPTIONS : "-DCMAKE_BUILD_TYPE=RelWithDebInfo" CMAKE_REGRESSIONTEST_OPTIONS: "" dependencies: - archive:package @@ -355,7 +355,7 @@ gromacs:clang-8:release:configure: variables: COMPILER_MAJOR_VERSION: 8 RELEASE_BUILD_DIR: release-builds-clang - CMAKE_BUILD_TYPE_OPTIONS: "-DCMAKE_BUILD_TYPE=RelWithDebug" + CMAKE_BUILD_TYPE_OPTIONS: "-DCMAKE_BUILD_TYPE=RelWithDebInfo" # Jobs running during build stage