summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Grousset/tuxayo2021-07-04 17:54:30 +0200
committerVictor Grousset/tuxayo2021-07-04 17:54:30 +0200
commitd17cd3162d54d8f10cbdc6a7a6b3db4fe84745b1 (patch)
tree109ebadfeb6997a0036131015ef6a34356b78f54
parentaeab33d8f342d573fa2db46385481bbaee018703 (diff)
downloadaur-d17cd3162d54d8f10cbdc6a7a6b3db4fe84745b1.tar.gz
Add debug symbols
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a7de386b2aad..09a1f9431eb1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,6 +17,8 @@ depends=('binutils' 'boost-libs' 'curl' 'enet' 'libogg' 'libpng' 'libvorbis'
makedepends=('boost' 'cmake' 'mesa' 'zip' 'python2' 'libsm' 'git')
source=("git+https://github.com/0ad/0ad.git")
md5sums=('SKIP')
+# keep debug symbols, it shouldn't have a signicant binary size impact
+options=(!strip)
pkgver() {
cd ${srcdir}/${_pkgname}