Skip to content

Commit

Permalink
Add -ftrivial-auto-var-init=pattern to gcc CI flags
Browse files Browse the repository at this point in the history
  • Loading branch information
mwarusz committed Nov 14, 2023
1 parent c6f981f commit 62f2a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion standalone/machines/ci/ubuntu-gcc.env
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export OMPI_CC=gcc
export OMPI_CXX=g++
export OMPI_FC=gfortran

export YAKL_CXX_FLAGS="-DHAVE_MPI -O2 -I`nc-config --includedir`"
export YAKL_CXX_FLAGS="-ftrivial-auto-var-init=pattern -DHAVE_MPI -O2 -I`nc-config --includedir`"
export YAKL_F90_FLAGS="-O2 -ffree-line-length-none"
export PAM_LINK_FLAGS="-L`nc-config --libdir` -lnetcdf"
export PAM_NLEV=50
Expand Down

0 comments on commit 62f2a33

Please sign in to comment.