Skip to content

Commit

Permalink
Merge branch 'bugfix/correct_enable_dev_build' into feature/ASPHv2
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikeowen committed Oct 8, 2024
2 parents 5a40fec + b9d07bd commit 7c5b1ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab/specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
.gcc_mvapich2:
variables:
SPEC: 'gcc@$GCC_VERSION^mvapich2'
EXTRA_CMAKE_ARGS: '-DENABLE_DOCS=On -DENABLE_WARNINGS_AS_ERRORS=On -DENABLE_DEV_BUILD=On'
EXTRA_CMAKE_ARGS: '-DENABLE_DOCS=On -DENABLE_WARNINGS_AS_ERRORS=On'

.gcc_~mpi:
variables:
Expand All @@ -23,7 +23,7 @@

.gcc_spectrum:
variables:
SPEC: 'gcc@$GCC_VERSION^spectrum-mpi'
SPEC: 'gcc@$GCC_VERSION^spectrum-mpi -DENABLE_DEV_BUILD=On'

.clang_mvapich2:
variables:
Expand Down

0 comments on commit 7c5b1ea

Please sign in to comment.