mirror of
https://github.com/fluencelabs/redis
synced 2025-03-19 17:10:50 +00:00
Geo: compile again with optimizations
For some reason the Geo PR included disabling the fact that Redis is compiled with optimizations. Apparently it was just @mattsta attempt to speedup the modify-compile-test iteration and there are no other reasons.
This commit is contained in:
parent
9fc47ddf0b
commit
3d9031eda4
@ -14,7 +14,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')
|
||||||
#OPTIMIZATION?=-O2
|
OPTIMIZATION?=-O2
|
||||||
DEPENDENCY_TARGETS=hiredis linenoise lua geohash-int
|
DEPENDENCY_TARGETS=hiredis linenoise lua geohash-int
|
||||||
|
|
||||||
# Default settings
|
# Default settings
|
||||||
|
Loading…
x
Reference in New Issue
Block a user