From 8b64379cdf02daee6e93317cc5eb760379498841 Mon Sep 17 00:00:00 2001 From: Taner Sener Date: Mon, 12 Sep 2022 00:56:10 +0100 Subject: [PATCH] fix dav1d crash on linux --- scripts/linux/dav1d.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/linux/dav1d.sh b/scripts/linux/dav1d.sh index 104d13f..d00643a 100755 --- a/scripts/linux/dav1d.sh +++ b/scripts/linux/dav1d.sh @@ -10,7 +10,7 @@ rm -rf "${BUILD_DIR}" || return 1 meson "${BUILD_DIR}" \ --cross-file="$CROSS_FILE" \ - -Db_lto=true \ + -Db_lto=false \ -Db_ndebug=false \ -Denable_asm=true \ -Denable_tools=false \