Revert "Also disable unity builds for Ubuntu 18.04"

This reverts commit ebbe3810f7.
This commit is contained in:
Robbert van der Helm
2022-12-23 19:52:55 +01:00
parent 9d639a6560
commit 1fbca8f2b9
+1 -5
View File
@@ -49,11 +49,7 @@ jobs:
# Statically link to libstdc++ on Ubuntu 18.04 as we're compiling
# with a newer version of g++ than what's in the default repos
# FIXME: Once the Wine versions affected by
# https://bugs.winehq.org/show_bug.cgi?id=53912 are no longer
# around, re-enable unity builds
# meson setup build --buildtype=release --cross-file=cross-wine.conf --unity=on --unity-size=10000 -Dbitbridge=true -Dcpp_link_args='-mwindows -static-libstdc++' -Dbuild.cpp_link_args='-static-libstdc++'
meson setup build --buildtype=release --cross-file=cross-wine.conf -Dbitbridge=true -Dcpp_link_args='-mwindows -static-libstdc++' -Dbuild.cpp_link_args='-static-libstdc++'
meson setup build --buildtype=release --cross-file=cross-wine.conf --unity=on --unity-size=10000 -Dbitbridge=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{,-chainloader}-{clap,vst2,vst3}.so build/yabridge-host{,-32}.exe.so