summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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