fix link time optimisation flags to use linker plugin & optimisation
This commit is contained in:
parent
731a562f54
commit
473ba86d13
1 changed files with 1 additions and 0 deletions
|
@ -126,6 +126,7 @@ endif
|
|||
|
||||
ifeq ($(ENABLE_LTO),TRUE)
|
||||
gb_Library_LTOFLAGS := -flto
|
||||
gb_LinkTarget_LDFLAGS += -fuse-linker-plugin $(gb_COMPILERDEFAULTOPTFLAGS)
|
||||
endif
|
||||
|
||||
ifneq ($(strip $(SYSBASE)),)
|
||||
|
|
Loading…
Reference in a new issue