summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHurricanePootis2023-10-18 13:22:02 -0500
committerHurricanePootis2023-10-18 13:22:02 -0500
commit1e0d0815a3a310820f3e9ea1b3b589131bd1cbe4 (patch)
tree6343c6dc48212f20748c99c274ffc689d3f95728
parentd734728221878ebe88f26a975f0e64b390d99020 (diff)
downloadaur-1e0d0815a3a310820f3e9ea1b3b589131bd1cbe4.tar.gz
set debug to false
-rwxr-xr-xPKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a061dcac5300..0ca1ec7098c3 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ install=$pkgname.install
# Set to true to debug yuzu
# To get a back trace, do $ gdb -ex "handle SIGSEGV nostop"/usr/bin/yuzu
# I recommned saying use to debuginfod so you can get better backtraces
-_debug=true
+_debug=false
if [ "$_debug" = false ]
then
options=("lto" "strip")