diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index be3f3177..1e04667e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,6 +48,8 @@ jobs: # with a newer version of g++ than what's in the default repos meson setup build --buildtype=release --cross-file=cross-wine.conf --unity=on --unity-size=10000 -Dwith-static-boost=true -Dwith-bitbridge=true -Dcpp_link_args='-mwindows -static-libstdc++' -Dbuild.cpp_link_args='-static-libstdc++' ninja -C build + - name: Strip remaining debug symbols + run: strip build/libyabridge-{vst2,vst3}.so build/yabridge-{host,group}{,-32}.exe.so - name: Create an archive for the binaries run: | mkdir yabridge @@ -84,6 +86,8 @@ jobs: # compatible with GCC 10, even if that's not the default GCC version meson setup build --buildtype=release --cross-file=cross-wine.conf --unity=on --unity-size=10000 -Dwith-static-boost=true -Dwith-bitbridge=true ninja -C build + - name: Strip remaining debug symbols + run: strip build/libyabridge-{vst2,vst3}.so build/yabridge-{host,group}{,-32}.exe.so - name: Create an archive for the binaries run: | mkdir yabridge @@ -122,6 +126,8 @@ jobs: # 32-bit OS meson setup build --buildtype=release --cross-file=cross-wine.conf --unity=on --unity-size=10000 -Dwith-static-boost=true -Dwith-bitbridge=true -Dcpp_link_args='-mwindows -static-libstdc++' -Dbuild.cpp_args='-m32' -Dbuild.cpp_link_args='-m32 -static-libstdc++' ninja -C build + - name: Strip remaining debug symbols + run: strip build/libyabridge-{vst2,vst3}.so build/yabridge-{host,group}{,-32}.exe.so - name: Create an archive for the binaries run: | mkdir yabridge