diff options
author | Samuel Walladge | 2019-08-14 10:04:24 +0930 |
---|---|---|
committer | Samuel Walladge | 2019-08-14 10:04:24 +0930 |
commit | 3f3f5071cb8c2c780fd7f2d7e565ecd5381edecb (patch) | |
tree | 5fd040d2b12e91d623ff04cfc2db8a898ff467c8 | |
parent | 32083f5bab4d46c99bc0db0fc0a9b24f65c4cb26 (diff) | |
download | aur-3f3f5071cb8c2c780fd7f2d7e565ecd5381edecb.tar.gz |
switch to RelWithDebInfo build type
This should prevent segfault as discussed in
https://github.com/yvt/openspades/issues/845
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 3 insertions, 5 deletions
@@ -1,8 +1,6 @@ -# Generated by mksrcinfo v8 -# Mon Dec 19 00:45:18 UTC 2016 pkgbase = openspades-git pkgdesc = A clone of Voxlap Ace of Spades 0.75 (git version) - pkgver = 0.0.12.305.g934d952 + pkgver = 0.1.3.rc.156.gffb3f33a pkgrel = 1 url = https://github.com/yvt/openspades install = openspades.install @@ -4,7 +4,7 @@ pkgname=openspades-git _pkgname=openspades -pkgver=0.0.12.305.g934d952 +pkgver=0.1.3.rc.156.gffb3f33a pkgrel=1 pkgdesc="A clone of Voxlap Ace of Spades 0.75 (git version)" arch=('i686' 'x86_64') @@ -25,7 +25,7 @@ pkgver() { build() { cd "$pkgname" - cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release \ + cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=RelWithDebInfo \ -D OPENSPADES_RESDIR=/usr/share/$_pkgname/Resources \ -D OPENSPADES_INSTALL_RESOURCES=share/$_pkgname/Resources \ -D OPENSPADES_INSTALL_BINARY=bin . |