We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb9b5ad commit 4e97662Copy full SHA for 4e97662
.github/workflows/CI.yml
@@ -154,8 +154,7 @@ jobs:
154
- name: Configure with CMake
155
run: >-
156
cmake -Wdev
157
- -DCMAKE_BUILD_TYPE=Debug
158
- -DCMAKE_Fortran_FLAGS_DEBUG="-warn all -check all -error-limit 1 -O0 -g -assume byterecl -standard-semantics -traceback"
+ -DCMAKE_BUILD_TYPE=Release
159
-DCMAKE_MAXIMUM_RANK:String=4
160
-DCMAKE_INSTALL_PREFIX=$PWD/_dist
161
-S . -B build
0 commit comments