diff --git a/.SRCINFO b/.SRCINFO index 68e0a77..1188e56 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -19,6 +19,7 @@ pkgbase = suyu-git makedepends = shaderc makedepends = spirv-headers makedepends = vulkan-headers + makedepends = catch2 depends = brotli depends = enet depends = gcc-libs @@ -49,6 +50,7 @@ pkgbase = suyu-git conflicts = yuzu-early-access-appimage conflicts = yuzu-early-access-git options = !debug + options = lto source = git+https://gitlab.com/suyu-emu/suyu.git#branch=master source = git+https://github.com/arsenm/sanitizers-cmake.git source = git+https://github.com/yhirose/cpp-httplib.git diff --git a/PKGBUILD b/PKGBUILD index 65e2623..a1e1f5b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -52,9 +52,9 @@ makedepends=( shaderc spirv-headers vulkan-headers + catch2 ) -options=(!debug) -_tag=d32620fe796f9cd90e8e5660deb0fc8f4decd61f +options=(!debug lto) source=( git+https://gitlab.com/suyu-emu/suyu.git#branch=${_branch} git+https://github.com/arsenm/sanitizers-cmake.git