summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2019-08-01 14:45:23 +0200
committerOndrej Zajicek <santiago@crfreenet.org>2019-08-01 14:45:23 +0200
commit3ffb0c4f25eff926989867b4a7f604f54d68281b (patch)
treecf19e05cbb0f9d445194d827a055716129567914 /configure.ac
parentde41d24a3d67c98d7330551bcf7549c007b89ae8 (diff)
Enable more threads for flto
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e0b85baf..92941534 100644
--- a/configure.ac
+++ b/configure.ac
@@ -156,7 +156,7 @@ fi
if test "$bird_cv_c_lto" = yes; then
CFLAGS="$CFLAGS -flto"
- LDFLAGS="$LDFLAGS -flto"
+ LDFLAGS="$LDFLAGS -flto=4"
fi
AC_MSG_CHECKING([CFLAGS])