diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-01-25 17:24:19 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-01-25 18:10:08 -0500 |
commit | 242465b5bfcc2ea1b1d704907e7dd5f1c15d4404 (patch) | |
tree | a4071fdd167a0b36ae70d8c13dcddd484bd4c738 | |
parent | 0bba8d6eb74466bc708a4453130b99b5b4e0254c (diff) |
build-sys: disable lto for compatibility libraries
https://sourceware.org/bugzilla/show_bug.cgi?id=16504
-rw-r--r-- | Makefile.am | 3 |
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) \ |