diff options
author | huantian | 2021-07-06 16:43:09 -0700 |
---|---|---|
committer | huantian | 2021-07-06 16:43:09 -0700 |
commit | b4709e6d28606407f91a8c32609382760811b912 (patch) | |
tree | 4918ae41efe083d70cbfc62a6fef3795b9607b40 | |
parent | 2aa5b071e81ab4ff5df9dfcdb7b80d2876444f92 (diff) | |
download | aur-b4709e6d28606407f91a8c32609382760811b912.tar.gz |
Use -d:release optimized build
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ pkgbase = pax-mc-git pkgdesc = The MC modpack manager for professionals. VSC version. pkgver = 1.6.0.r0.g42bdf30 - pkgrel = 2 + pkgrel = 3 url = https://github.com/froehlicha/pax arch = x86_64 license = MIT @@ -1,7 +1,7 @@ # Maintainer: David Li <davidtianli@gmail.com> pkgname=pax-mc-git pkgver=1.6.0.r0.g42bdf30 -pkgrel=2 +pkgrel=3 pkgdesc="The MC modpack manager for professionals. VSC version." arch=('x86_64') url="https://github.com/froehlicha/pax" @@ -21,7 +21,7 @@ pkgver() { build() { cd "${srcdir}/pax" - echo "y" | nimble build --nimbleDir:"${srcdir}/nimble" -d:ssl + echo "y" | nimble build --nimbleDir:"${srcdir}/nimble" -d:ssl -d:release } package() { |