diff options
Diffstat (limited to 'Makefile.am')
-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) \ |