Skip to content

Commit 44f0751

Browse files
authored
limit mingw Release builds to -O2 for Fortran
1 parent 0b0bb99 commit 44f0751

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/dynamic_arch.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ jobs:
268268
-DUSE_THREAD=ON \
269269
-DNUM_THREADS=64 \
270270
-DTARGET=CORE2 \
271+
-DCMAKE_Fortran_FLAGS_RELEASE=-O2 \
271272
${{ matrix.idx64-flags }} \
272273
-DCMAKE_C_COMPILER_LAUNCHER=ccache \
273274
-DCMAKE_Fortran_COMPILER_LAUNCHER=ccache \

0 commit comments

Comments
 (0)