Enable LTO

Former-commit-id: 7241bfc25525e8b27193fb0d4f9eae2e5e98e8d6
This commit is contained in:
John Sully 2021-03-28 18:27:14 +00:00
parent 6cf736535d
commit 8377da61ed

View File

@ -15,7 +15,7 @@
release_hdr := $(shell sh -c './mkreleasehdr.sh')
uname_S := $(shell sh -c 'uname -s 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
NODEPS:=clean distclean