Skip to content

Commit

Permalink
Addition of the flag nouninit
Browse files Browse the repository at this point in the history
  • Loading branch information
jvdp1 committed Dec 25, 2023
1 parent cb9b5ad commit 8be75b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
run: >-
cmake -Wdev
-DCMAKE_BUILD_TYPE=Debug
-DCMAKE_Fortran_FLAGS_DEBUG="-warn all -check all -error-limit 1 -O0 -g -assume byterecl -standard-semantics -traceback"
-DCMAKE_Fortran_FLAGS_DEBUG="-warn all -check all,nouninit -error-limit 1 -O0 -g -assume byterecl -standard-semantics -traceback"
-DCMAKE_MAXIMUM_RANK:String=4
-DCMAKE_INSTALL_PREFIX=$PWD/_dist
-S . -B build
Expand Down

0 comments on commit 8be75b2

Please sign in to comment.