summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobbert van der Helm2022-12-23 20:04:40 +0100
committerRobbert van der Helm2022-12-23 20:04:40 +0100
commit0119e04f1c9bfde68cefc4992a2ab5768a9fde64 (patch)
tree069eb9c6dc16f34e76af13301df8c107e105029f
parentd283fd9055ea67e7348d16017dc609d379a7061e (diff)
downloadaur-0119e04f1c9bfde68cefc4992a2ab5768a9fde64.tar.gz
Re-enable unity builds
The workarounds have been removed. Yabridge compiled against Wine 8.0-rc2 or later works without workarounds, and can also be used with older Wine versions.
-rw-r--r--PKGBUILD10
1 files changed, 2 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6b6f7396ecf2..2910ec744ea4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -42,15 +42,9 @@ build() {
build \
--cross-file cross-wine.conf \
--buildtype=release \
+ --unity=on \
+ --unity-size=1000 \
-Dbitbridge=true
- # FIXME: Restore these at some point. Wine 7.21/7.22 (and likely also some
- # more versions after that) will crash or freeze on startup because of
- # Wine bug https://bugs.winehq.org/show_bug.cgi?id=53912.
- # I was hoping this would be fixed in time for 7.22, but since it
- # wasn't just disabling unity builds and praying this will work seems
- # like the only alternative for now.
- # --unity=on \
- # --unity-size=1000 \
# The unity build takes can take up to 2 GB of RAM per target, so if the
# system does not have enough RAM to build everything at once we'll limit the