summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2021-01-29 14:11:27 -0500
committerTavian Barnes <tavianator@tavianator.com>2021-01-29 14:20:03 -0500
commit6251c29f126b30f798a9bf909f9f66a84a20c334 (patch)
treec1b21ebe95ac13eea17a27ee290392c682c533a3 /Makefile
parent3ce57045c9e83b8475b0f69e2110b3d04c08d6ec (diff)
downloadbfs-6251c29f126b30f798a9bf909f9f66a84a20c334.tar.xz
Makefile: Give LTO linking access to the jobserver
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 $@