From 560ba5c2ad55544201565a58b6cd28e2dd062ce7 Mon Sep 17 00:00:00 2001 From: antirez Date: Mon, 22 Jun 2015 17:28:48 +0200 Subject: [PATCH] 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. --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 8056f9100..d61f8010f 100644 --- a/src/Makefile +++ b/src/Makefile @@ -14,7 +14,7 @@ release_hdr := $(shell sh -c './mkreleasehdr.sh') uname_S := $(shell sh -c 'uname -s 2>/dev/null || echo not') -#OPTIMIZATION?=-O2 +OPTIMIZATION?=-O2 DEPENDENCY_TARGETS=hiredis linenoise lua geohash-int # Default settings