Skip to content

Commit

Permalink
Simplify configure flags for LLVM Flang on MSYS2.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmuetzel committed Nov 6, 2024
1 parent d1d1b86 commit 1290c5f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/make-mingw.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,8 @@ jobs:
cxx: "clang++ -std=gnu++14"
f77: flang
# Clang seems to require a different set of dllexport attributes than GCC.
# autoconf and libtool still need help to correctly invoke flang.
extra-config-flags:
--disable-lib-visibility-flags
ac_cv_f77_compiler_gnu=yes
lt_cv_prog_gnu_ld=yes
ccache-max: 400M
# This configuration is not fully supported yet
allow-error: true
Expand Down Expand Up @@ -250,6 +247,7 @@ jobs:
./embedded.exe
- name: test Octave packages
continue-on-error: ${{ matrix.allow-error }}
env:
# colon separated list of packages
PACKAGE_NAMES: "control:stk"
Expand Down

0 comments on commit 1290c5f

Please sign in to comment.