Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / 
tinygo


Commits:
38d21e42 by Anatol Pomozov at 2024-04-25T17:30:07-07:00
Strip binaries

Upstream binaries are sripped. No need to keep our binaries so large.

Closes #1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@ pkgdesc='Go compiler for small places. Microcontrollers, 
WebAssembly, and comman
 arch=(x86_64)
 url='https://github.com/tinygo-org/tinygo'
 license=(BSD)
-options=(!strip !lto)
+options=(!lto)
 # TODO: re-add these deps when switching back to system LLVM
 #depends=(llvm-libs clang lld)
 # TODO: add llvm + remove cmake/ninja/python from build deps



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tinygo/-/commit/38d21e4228b8977f27e627f48472cfe5ab8b5502

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tinygo/-/commit/38d21e4228b8977f27e627f48472cfe5ab8b5502
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to