From 5f5d2c98972226a0ded571e9cd5ffe0b8452a748 Mon Sep 17 00:00:00 2001 From: strptrk Date: Wed, 1 Nov 2023 00:44:05 +0100 Subject: [PATCH] Fix firefox failing build --- flags.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flags.yaml b/flags.yaml index 4d4276c..71faa61 100644 --- a/flags.yaml +++ b/flags.yaml @@ -20,7 +20,7 @@ common: packager: "ALHP $march$ " makeflags: "-j$buildproc$" # https://somegit.dev/ALHP/ALHP.GO/issues/110 - rustflags: "-Copt-level=3 -Ctarget-cpu=$march$ -Clink-arg=-Wl,-z,pack-relative-relocs" + rustflags: "-Copt-level=3 -Ctarget-cpu=$march$ -Clink-arg=-z -Clink-arg=pack-relative-relocs" ltoflags: - "-falign-functions=32" # https://github.com/InBetweenNames/gentooLTO/issues/164 kcflags: " -march=$march$ -O3"