parent
a836c85e54
commit
29630e6e49
2 changed files with 5 additions and 1 deletions
|
@ -203,6 +203,9 @@ ifeq ($(strip $(SHARED_EP_ENABLE)), yes)
|
|||
TMK_COMMON_DEFS += -DSHARED_EP_ENABLE
|
||||
endif
|
||||
|
||||
ifeq ($(strip $(LTO_ENABLE)), yes)
|
||||
LINK_TIME_OPTIMIZATION_ENABLE = yes
|
||||
endif
|
||||
|
||||
ifeq ($(strip $(LINK_TIME_OPTIMIZATION_ENABLE)), yes)
|
||||
EXTRAFLAGS += -flto
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue