summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-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