Enable LTO
Former-commit-id: a6edb104b7142b8e76048e0534e342048ade08d6
This commit is contained in:
parent
7f3d6976e7
commit
8ded0a6191
@ -15,7 +15,7 @@
|
|||||||
release_hdr := $(shell sh -c './mkreleasehdr.sh')
|
release_hdr := $(shell sh -c './mkreleasehdr.sh')
|
||||||
uname_S := $(shell sh -c 'uname -s 2>/dev/null || echo not')
|
uname_S := $(shell sh -c 'uname -s 2>/dev/null || echo not')
|
||||||
uname_M := $(shell sh -c 'uname -m 2>/dev/null || echo not')
|
uname_M := $(shell sh -c 'uname -m 2>/dev/null || echo not')
|
||||||
OPTIMIZATION?=-O2
|
OPTIMIZATION?=-O2 -flto
|
||||||
DEPENDENCY_TARGETS=hiredis linenoise lua rocksdb
|
DEPENDENCY_TARGETS=hiredis linenoise lua rocksdb
|
||||||
NODEPS:=clean distclean
|
NODEPS:=clean distclean
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user