summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsoloturn2021-02-02 06:05:38 +0100
committersoloturn2021-02-02 06:07:10 +0100
commita160255fff09d1f7ecbb2036e725abc4a386e1b0 (patch)
treed38c50cd3b123cdc478470266df9001bdca34fcb
parentada9394700ae9ea461c139d06861b79ba3c5cdbe (diff)
downloadaur-a160255fff09d1f7ecbb2036e725abc4a386e1b0.tar.gz
not strip binaries
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 739952afefa9..5a23377db004 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -74,12 +74,12 @@ md5sums=(
)
-# By default makepkg runs strip on binaries. This seems to cause issues with the Swift REPL.
-# Disable it in the PKGBUILD with:
-# from https://github.com/RLovelett/swift-aur/blob/master/PKGBUILD, not sure if necessary
+# By default makepkg runs strip on binaries. This causes issues with the Swift REPL.
+# from https://github.com/RLovelett/swift-aur/blob/master/PKGBUILD
# termux had no trouble up to now, strip all executables and shared objects:
# https://github.com/termux/termux-packages/blob/master/scripts/build/termux_step_massage.sh#L24
-#options=(!strip)
+# would be cool to not strip only the ones which really are necessary, but how?
+options=(!strip)
prepare () {
( cd swift && patch -p1 -i "$srcdir/0001-arch-aur-pachtes.patch" )