mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[build] Enable jobserver lto.
This commit is contained in:
@@ -20,7 +20,7 @@ endif
|
|||||||
|
|
||||||
ifeq ($(LTO),1)
|
ifeq ($(LTO),1)
|
||||||
# Use link-time optimization if LTO=1
|
# Use link-time optimization if LTO=1
|
||||||
SFLAGS += -flto
|
SFLAGS += -flto=auto
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Get rid of unused symbols. This is also useful even if LTO=1.
|
# Get rid of unused symbols. This is also useful even if LTO=1.
|
||||||
|
|||||||
Reference in New Issue
Block a user