summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 90fd67405901..5f6b98494550 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=soniccd-git
pkgver=r476.972e89f
-pkgrel=1
+pkgrel=2
pkgdesc='A full decompilation of Sonic CD 2011, based on the PC remake with
improvements & tweaks from the mobile remakes.'
arch=('any')
@@ -39,7 +39,7 @@ prepare() {
build() {
cd "$srcdir/Sonic-CD-11-Decompilation"
- make ${MAKEFLAGS:--j$(nproc)} # CXXFLAGS=O2
+ make ${MAKEFLAGS:-CXXFLAGS=-O2 -j$(nproc)}
}
package() {