From 564402d39cb2a108d823bfa2f3d29937b8a61066 Mon Sep 17 00:00:00 2001 From: Kainoa Kanter Date: Sat, 21 Feb 2026 19:29:49 -0700 Subject: [PATCH] fix: linker flag --- PKGBUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/PKGBUILD b/PKGBUILD index f4a7ba5c62bbe..3f31d04b0a6ed 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -91,6 +91,7 @@ build() { export CARGO_HOME="$srcdir/.cargo-tauri-cef" export PATH="$srcdir/.cargo-tauri-cef/bin:$PATH" export CEF_PATH="$srcdir/cef" + export CFLAGS+=" -ffat-lto-objects" mkdir -p "$CEF_PATH" # Remove the lockfile so Cargo re-resolves against the patched git crates