summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTorge Matthies2021-06-25 23:01:52 +0200
committerTorge Matthies2021-06-25 23:01:52 +0200
commit1e4995daca3dcbc315107c6214fe6280a42adac2 (patch)
tree13e8f37b00e22944c3e4c6d28293520a3c3d1b3b
parent832336a46abd331101325ede7791533a4b1ffbfb (diff)
downloadaur-1e4995daca3dcbc315107c6214fe6280a42adac2.tar.gz
Do unity builds.
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index baf1363eb537..ac15787151cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ sha256sums=('027a4cfc3f0e83d0ecd10958261c353df7d7a119895ba8c48437865ffcf88df3'
build() {
cd "$srcdir"
- arch-meson "osu-handler-wine-${pkgver}" build -D b_ndebug=true
+ arch-meson "osu-handler-wine-${pkgver}" build --unity on -D b_ndebug=true
meson compile -C build
}