fix link time optimisation flags to use linker plugin & optimisation

This commit is contained in:
Jan Hubicka 2011-09-12 12:46:20 +02:00 committed by Michael Meeks
parent 731a562f54
commit 473ba86d13

View file

@ -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)),)