From 08598a761f30cfd4126ae4f9a0abb928a7e574be Mon Sep 17 00:00:00 2001 From: Ward Fisher Date: Mon, 24 Jan 2022 12:20:04 -0700 Subject: [PATCH] Additional compilation work. --- .github/workflows/run_tests_win_mingw.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run_tests_win_mingw.yml b/.github/workflows/run_tests_win_mingw.yml index 3726b9d32..b8741b41c 100644 --- a/.github/workflows/run_tests_win_mingw.yml +++ b/.github/workflows/run_tests_win_mingw.yml @@ -34,7 +34,7 @@ jobs: run: autoreconf -if - name: Configure - run: ./configure --enable-hdf5 --enable-dap --disable-dap-remote-tests + run: ./configure --enable-hdf5 --enable-dap --disable-dap-remote-tests --disable-static if: ${{ success() }} - name: Look at config.log if error @@ -45,7 +45,7 @@ jobs: run: cat libnetcdf.settings - name: Build Library and Utilities - run: make -j + run: make -j LDFLAGS="-no-undefined -Wl,--export-all-symbols" if: ${{ success() }} - name: Build Tests