From 6251c29f126b30f798a9bf909f9f66a84a20c334 Mon Sep 17 00:00:00 2001
From: Tavian Barnes <tavianator@tavianator.com>
Date: Fri, 29 Jan 2021 14:11:27 -0500
Subject: Makefile: Give LTO linking access to the jobserver

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'Makefile')

diff --git a/Makefile b/Makefile
index e78605e..42dd250 100644
--- a/Makefile
+++ b/Makefile
@@ -165,7 +165,7 @@ tests/trie: trie.o tests/trie.o
 tests/xtimegm: time.o tests/xtimegm.o
 
 $(BIN_GOALS):
-	$(CC) $(ALL_LDFLAGS) $^ $(ALL_LDLIBS) -o $@
+	+$(CC) $(ALL_LDFLAGS) $^ $(ALL_LDLIBS) -o $@
 
 %.o: %.c .flags
 	$(CC) $(ALL_CFLAGS) -c $< -o $@
-- 
cgit v1.2.3