Skip to content

Commit

Permalink
Update PKGBUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
3rav authored Jul 25, 2024
1 parent 621c362 commit 07c3447
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mingw-w64-lis/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ build() {
_extra_config+=("--disable-f90" "--disable-fortran")
else
_extra_config+=("--enable-f90" "--enable-fortran")
export FFLAGS="-fallow-invalid-boz"
export FFLAGS="-fallow-invalid-boz -fallow-argument-mismatch"
export FCFLAGS+="-fallow-argument-mismatch"
CFLAGS+=" -fallow-invalid-boz"
fi

Expand Down

0 comments on commit 07c3447

Please sign in to comment.