[build] Enable jobserver lto.

This commit is contained in:
M4x1m3
2020-05-05 11:56:41 +02:00
parent bb9f52b355
commit befe0b8214

View File

@@ -20,7 +20,7 @@ endif
ifeq ($(LTO),1)
# Use link-time optimization if LTO=1
SFLAGS += -flto
SFLAGS += -flto=auto
endif
# Get rid of unused symbols. This is also useful even if LTO=1.