summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkenshen1122021-12-27 10:48:04 -0700
committerkenshen1122021-12-27 10:48:04 -0700
commita9660e0868709f3c4c33f6d53cf7487f4ec97b76 (patch)
treef4fe00243276cdc7831ed188d063ec30578dbb01 /PKGBUILD
parent873b274f7d593057d50c36b246836498948a1f42 (diff)
downloadaur-a9660e0868709f3c4c33f6d53cf7487f4ec97b76.tar.gz
Further cleanup
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 2 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 87e3cf6e9fe3..2d27d5af23ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,6 +17,8 @@ license=(
install=dev9.install
+options=(!lto)
+
depends=(
libaio
libjpeg-turbo
@@ -66,14 +68,6 @@ prepare()
git config submodule.https://github.com/google/googletest.git.url gtest
git config submodule.https://github.com/mozilla/cubeb.git.url cubeb
git submodule update
-
- pip install cmake
- pip install cmake-build-extension
-
- git clone https://aur.archlinux.org/rapidyaml-git.git
- cd rapidyaml-git
- makepkg -i
-
}
build()