mirror of
https://github.com/redis/redis.git
synced 2026-06-08 16:24:26 -04:00
Enable LTO for RediSearch module when Redis is builed with modules
This commit is contained in:
parent
3e1afec688
commit
de33dc7033
1 changed files with 4 additions and 0 deletions
|
|
@ -3,5 +3,9 @@ MODULE_VERSION = v8.7.90
|
|||
MODULE_REPO = https://github.com/redisearch/redisearch
|
||||
TARGET_MODULE = $(SRC_DIR)/bin/$(FULL_VARIANT)/search-community/redisearch.so
|
||||
|
||||
# Enable link-time optimization for RediSearch by default. Override with LTO=0.
|
||||
LTO ?= 1
|
||||
export LTO
|
||||
|
||||
include ../common.mk
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue