summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPedro A. López-Valencia2019-07-25 07:44:18 -0500
committerPedro A. López-Valencia2019-07-25 07:44:18 -0500
commitf55ae283ca32aeb3e12b2abd0ef01c811c45586c (patch)
treec44f91d29d5d97b239ac0047c678ea56f6383c59
parent2ba6a4c78793fa64b185a1b0a8dda7c5112ee600 (diff)
downloadaur-f55ae283ca32aeb3e12b2abd0ef01c811c45586c.tar.gz
Clean up lto configuration.
-rw-r--r--PKGBUILD5
1 files changed, 0 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5fc3ea390a40..02f4f4468609 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -75,11 +75,6 @@ if [[ $CLANG = "YES" ]]; then
makedepends+=( 'clang' 'lld') ;
fi
-if [[ $LTO = "YES" ]]; then
- export CFLAGS+=" -flto"
- export tXXFLAGS+=" -flto"
-fi
-
if [[ $NOTKIT = "YES" ]]; then
depends+=( 'dbus' 'hicolor-icon-theme' 'libxinerama' 'libxrandr' 'lcms2' 'librsvg' );
elif [[ $LUCID = "YES" ]]; then