summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorten Linderud2020-06-11 19:22:42 +0200
committerMorten Linderud2020-06-11 19:22:42 +0200
commit4dbe9e5f4861a4aeb1a326660fed9a717b94b3ed (patch)
tree53a140031e066cd0e84c99b12e36ebb67c81d132
parent4c8d85b8d1fc19d0311bfa3115b9e11b646b9d77 (diff)
downloadaur-4dbe9e5f4861a4aeb1a326660fed9a717b94b3ed.tar.gz
There was an attempt
Signed-off-by: Morten Linderud <morten@linderud.pw>
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e67bb9f7fb2b..cc2ed33227cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,7 +24,7 @@ build(){
export CGO_CFLAGS="${CFLAGS}"
export CGO_CPPFLAGS="${CPPFLAGS}"
export CGO_CXXFLAGS="${CXXFLAGS}"
- export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+ export GOFLAGS="-buildmode=pie -trimpath -modcacherw"
make
}