summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-01-25 17:24:19 -0500
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-01-25 18:10:08 -0500
commit242465b5bfcc2ea1b1d704907e7dd5f1c15d4404 (patch)
treea4071fdd167a0b36ae70d8c13dcddd484bd4c738 /Makefile.am
parent0bba8d6eb74466bc708a4453130b99b5b4e0254c (diff)
build-sys: disable lto for compatibility libraries
https://sourceware.org/bugzilla/show_bug.cgi?id=16504
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 53707d999e..dcfad0353d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4538,7 +4538,8 @@ libsystemd_login_la_SOURCES = \
libsystemd_login_la_CFLAGS = \
$(AM_CFLAGS) \
- -fvisibility=default
+ -fvisibility=default \
+ -fno-lto
libsystemd_login_la_LDFLAGS = \
$(AM_LDFLAGS) \