summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Ruhier2020-06-26 11:25:26 +0000
committerAnthony Ruhier2020-06-26 11:25:26 +0000
commit46cf8f21fa18b4c42a673170a63d6a9392032df0 (patch)
tree6a87d162db7d92af65e6047c0855a0b7607ac81b
parent0b2c92400350ebca468b832b6ce6dd71d0d67ddb (diff)
downloadaur-46cf8f21fa18b4c42a673170a63d6a9392032df0.tar.gz
Fix LTO always enabled
LTO was always enabled since 78b8, even when the option was disabled.
-rw-r--r--PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3abbcb1e52be..a823fe05f13a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -194,7 +194,6 @@ END
echo "Building optimized browser..."
cat >.mozconfig ../mozconfig - <<END
-ac_add_options --enable-lto=cross
ac_add_options --enable-profile-use=cross
ac_add_options --with-pgo-profile-path=${PWD@Q}/merged.profdata
ac_add_options --with-pgo-jarlog=${PWD@Q}/jarlog