From 4153af7fc2fa3184b05bdb9ca684d645eca566d6 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Sun, 7 Jul 2024 17:26:44 +0400 Subject: [PATCH] Do not strip a binary because it only makes it a little larger. o_O --- build/PKGBUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/build/PKGBUILD b/build/PKGBUILD index afe12b4..828f316 100644 --- a/build/PKGBUILD +++ b/build/PKGBUILD @@ -7,6 +7,7 @@ arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64') url="https://git.arav.su/Arav/httpprocprobed" license=('MIT') makedepends=('go>=1.17') +options=('!strip') backup=('etc/httpprocprobed.json') source=("https://git.arav.su/Arav/httpprocprobed/archive/$pkgver.tar.gz") md5sums=('SKIP')