summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShatur952020-11-19 22:52:13 +0200
committerShatur952020-11-19 22:52:13 +0200
commit097912393f0bb195cadc230c38c6b31dc324b196 (patch)
tree1a6811f8c7dd62a9746dd2ff46077b3544355568
parent61ce666f48000258f897baa3d28ac94fe36dc3a9 (diff)
downloadaur-097912393f0bb195cadc230c38c6b31dc324b196.tar.gz
Use !strip
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c692c8d9bdad..8b19ddc5807e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -20,7 +20,7 @@ pkgbase = unreal-engine
optdepends = codelite: IDE for projects
optdepends = kdevelop: IDE for projects
optdepends = clion: IDE for projects
- options = strip
+ options = !strip
options = staticlibs
source = com.unrealengine.UE4Editor.desktop
source = use-arch-mono.patch
diff --git a/PKGBUILD b/PKGBUILD
index 6425a1d9fed0..f209b5c126fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@ source=('com.unrealengine.UE4Editor.desktop'
'use-arch-mono.patch')
sha256sums=('fa4bd19ab53e91cc8b4ae6208452a7fe986a08047617213d6250b43e7a140bf3'
'e891f07bf7294cd5fde8eb6de92e6d47ed004847ea8afd7c944e9b9b2bacaff4')
-options=(strip staticlibs) # Package is 3 Gib smaller with "strip" but it takes a long time and generates many warnings
+options=(!strip staticlibs)
prepare() {
# Check access to the repository