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 7eb4d11 commit df24daeCopy full SHA for df24dae
.github/workflows/ci_windows.yml
@@ -57,11 +57,11 @@ jobs:
57
- run: >-
58
PATH=$PATH:/mingw64/bin/ cmake
59
-Wdev
60
- -B build
61
- -DCMAKE_BUILD_TYPE=Debug
62
- -DCMAKE_Fortran_FLAGS_DEBUG="-Wall -Wextra -Wimplicit-interface -fPIC -g -fcheck=all -fbacktrace"
63
- -DCMAKE_MAXIMUM_RANK:String=4
64
- -DCMAKE_INSTALL_PREFIX=$PWD/_dist
+ -B build
+ -DCMAKE_BUILD_TYPE=Debug
+ -DCMAKE_Fortran_FLAGS_DEBUG="-Wall -Wextra -Wimplicit-interface -fPIC -g -fcheck=all -fbacktrace"
+ -DCMAKE_MAXIMUM_RANK:String=4
+ -DCMAKE_INSTALL_PREFIX=$PWD/_dist
65
env:
66
FC: gfortran
67
CC: gcc
0 commit comments