mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
fix: linker flag
This commit is contained in:
parent
b75eba06f5
commit
564402d39c
1 changed files with 1 additions and 0 deletions
1
PKGBUILD
1
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue