summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Grousset/tuxayo2021-07-09 23:06:48 +0200
committerVictor Grousset/tuxayo2021-07-09 23:06:48 +0200
commitead76b5c4b234688906d5693778c4d9353bc9c2f (patch)
tree22c5b77d5ef9cedffd3a073cad542b48a353ba17
parent171c405f38617893b6c717bbf55204b874188440 (diff)
downloadaur-ead76b5c4b234688906d5693778c4d9353bc9c2f.tar.gz
Remove stripping of debug symbols
-rw-r--r--PKGBUILD7
1 files changed, 0 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fc46fbe5f19a..7410546f8168 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,13 +18,6 @@ makedepends=('boost' 'cmake' 'mesa' 'zip' 'python2' 'libsm' 'git')
source=("git+https://github.com/0ad/0ad.git")
md5sums=('SKIP')
-options=(!strip)
-# Keep debug symbols, it shouldn't have a signicant binary size impact.
-# To use them, run with a debugger the actual 0ad executable.
-# Example with gdb:
-# - standard build: `gdb pyrogenesis`
-# - debug build: `gdb pyrogenesis_dbg` (keep reading to learn about the debug build)
-
pkgver() {
cd ${srcdir}/${_pkgname}
git rev-list --count HEAD