diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2019-08-01 14:45:23 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2019-08-01 14:45:23 +0200 |
commit | 3ffb0c4f25eff926989867b4a7f604f54d68281b (patch) | |
tree | cf19e05cbb0f9d445194d827a055716129567914 /aclocal.m4 | |
parent | de41d24a3d67c98d7330551bcf7549c007b89ae8 (diff) |
Enable more threads for flto
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -155,7 +155,7 @@ AC_DEFUN([BIRD_CHECK_LTO], bird_tmp_cflags="$CFLAGS" bird_tmp_ldflags="$LDFLAGS" CFLAGS="-flto" - LDFLAGS="-flto" + LDFLAGS="-flto=4" AC_CACHE_CHECK( [whether link time optimizer is available], |